AoMEngineLibrary.Graphics.Grn.GrnBone.GrnBone C# (CSharp) Метод

GrnBone() публичный Метод

public GrnBone ( ) : System
Результат 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