AoMEngineLibrary.Graphics.Grn.GrnBoneTrack.GrnBoneTrack C# (CSharp) Method

GrnBoneTrack() public method

public GrnBoneTrack ( ) : System
return 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>();
        }