C# Class Reign.Video.Abstraction.SoftwareObject

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

Méthodes publiques

Свойство Type Description
ArmatureObject SoftwareObjectArmature
BoneGroups List
DefaultAction SoftwareAction
Model SoftwareModel
Name string
Parent SoftwareObject
Position Reign.Core.Vector3

Méthodes publiques

Méthode Description
Rotate ( float x, float y, float z ) : void
RotateGeometry ( float x, float y, float z ) : void
SoftwareObject ( SoftwareModel model, RMX_Object o ) : System.Collections.Generic

Private Methods

Méthode Description
linkObjects ( RMX_Object o ) : void

Method Details

Rotate() public méthode

public Rotate ( float x, float y, float z ) : void
x float
y float
z float
Résultat void

RotateGeometry() public méthode

public RotateGeometry ( float x, float y, float z ) : void
x float
y float
z float
Résultat void

SoftwareObject() public méthode

public SoftwareObject ( SoftwareModel model, RMX_Object o ) : System.Collections.Generic
model SoftwareModel
o RMX_Object
Résultat System.Collections.Generic

Property Details

ArmatureObject public_oe property

public SoftwareObjectArmature,Reign.Video.Abstraction ArmatureObject
Résultat SoftwareObjectArmature

BoneGroups public_oe property

public List BoneGroups
Résultat List

DefaultAction public_oe property

public SoftwareAction,Reign.Video.Abstraction DefaultAction
Résultat SoftwareAction

Model public_oe property

public SoftwareModel,Reign.Video.Abstraction Model
Résultat SoftwareModel

Name public_oe property

public string Name
Résultat string

Parent public_oe property

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

Position public_oe property

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