C# Class Reign.Video.Abstraction.SoftwareBone

Mostrar archivo Open project: reignstudios/ReignSDK Class Usage Examples

Public Properties

Property Type Description
InheritScale bool
Name string
Parent SoftwareBone
Position Reign.Core.Vector3
Rotation Reign.Core.Matrix3

Public Methods

Method Description
SoftwareBone ( RMX_ArmatureBone bone ) : System.Collections.Generic

Private Methods

Method Description
linkObjects ( RMX_ArmatureBone bone, List bones ) : void

Method Details

SoftwareBone() public method

public SoftwareBone ( RMX_ArmatureBone bone ) : System.Collections.Generic
bone RMX_ArmatureBone
return System.Collections.Generic

Property Details

InheritScale public_oe property

public bool InheritScale
return bool

Name public_oe property

public string Name
return string

Parent public_oe property

public SoftwareBone,Reign.Video.Abstraction Parent
return SoftwareBone

Position public_oe property

public Vector3,Reign.Core Position
return Reign.Core.Vector3

Rotation public_oe property

public Matrix3,Reign.Core Rotation
return Reign.Core.Matrix3