C# Class Reign.Video.Abstraction.SoftwareBone

Show file 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 property

public bool InheritScale
return bool

Name public property

public string Name
return string

Parent public property

public SoftwareBone,Reign.Video.Abstraction Parent
return SoftwareBone

Position public property

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

Rotation public property

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