AoMEngineLibrary.Graphics.Grn.GrnBoneTrack.GrnBoneTrack C# (CSharp) 메소드

GrnBoneTrack() 공개 메소드

public GrnBoneTrack ( ) : System
리턴 System
        public GrnBoneTrack()
        {
            this.PositionKeys = new List<float>();
            this.RotationKeys = new List<float>();
            this.ScaleKeys = new List<float>();
            this.Positions = new List<Vector3D>();
            this.Rotations = new List<Quaternion>();
            this.Scales = new List<Matrix3x3>();
        }