using Godot; using System.Reflection; using System.Collections.Generic; namespace Rokojori { public enum VertexTransformSpace { Local, World, View } }