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

GrnBone() public method

public GrnBone ( ) : System
return System
        public GrnBone()
        {
            this.ParentIndex = -1;
            this.Position = new Vector3D(0f, 0f, 0f);
            this.Rotation = new Quaternion(0, 0, 0, 1);
            this.Scale = Matrix3x3.Identity;
        }

Same methods

GrnBone::GrnBone ( GrnFile parentFile ) : System