AoMEngineLibrary.Graphics.Grn.GrnBone.Read C# (CSharp) Méthode

Read() public méthode

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