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

Read() public method

public Read ( GrnBoneNode boneNode ) : void
boneNode AoMEngineLibrary.Graphics.Grn.Nodes.GrnBoneNode
return void
        public void Read(GrnBoneNode boneNode)
        {
            this.ParentIndex = boneNode.ParentIndex;
            this.Position = boneNode.Position;
            this.Rotation = boneNode.Rotation;
            this.Scale = boneNode.Scale;
        }