C# Class Reign.Video.Abstraction.SoftwareBone

Afficher le fichier Open project: reignstudios/ReignSDK Class Usage Examples

Méthodes publiques

Свойство Type Description
InheritScale bool
Name string
Parent SoftwareBone
Position Reign.Core.Vector3
Rotation Reign.Core.Matrix3

Méthodes publiques

Méthode Description
SoftwareBone ( RMX_ArmatureBone bone ) : System.Collections.Generic

Private Methods

Méthode Description
linkObjects ( RMX_ArmatureBone bone, List bones ) : void

Method Details

SoftwareBone() public méthode

public SoftwareBone ( RMX_ArmatureBone bone ) : System.Collections.Generic
bone RMX_ArmatureBone
Résultat System.Collections.Generic

Property Details

InheritScale public_oe property

public bool InheritScale
Résultat bool

Name public_oe property

public string Name
Résultat string

Parent public_oe property

public SoftwareBone,Reign.Video.Abstraction Parent
Résultat SoftwareBone

Position public_oe property

public Vector3,Reign.Core Position
Résultat Reign.Core.Vector3

Rotation public_oe property

public Matrix3,Reign.Core Rotation
Résultat Reign.Core.Matrix3