C# Class Reign.Video.Abstraction.SoftwareObject

Show file Open project: reignstudios/ReignSDK Class Usage Examples

Public Properties

Property Type Description
ArmatureObject SoftwareObjectArmature
BoneGroups List
DefaultAction SoftwareAction
Model SoftwareModel
Name string
Parent SoftwareObject
Position Reign.Core.Vector3

Public Methods

Method 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

Method Description
linkObjects ( RMX_Object o ) : void

Method Details

Rotate() public method

public Rotate ( float x, float y, float z ) : void
x float
y float
z float
return void

RotateGeometry() public method

public RotateGeometry ( float x, float y, float z ) : void
x float
y float
z float
return void

SoftwareObject() public method

public SoftwareObject ( SoftwareModel model, RMX_Object o ) : System.Collections.Generic
model SoftwareModel
o RMX_Object
return System.Collections.Generic

Property Details

ArmatureObject public property

public SoftwareObjectArmature,Reign.Video.Abstraction ArmatureObject
return SoftwareObjectArmature

BoneGroups public property

public List BoneGroups
return List

DefaultAction public property

public SoftwareAction,Reign.Video.Abstraction DefaultAction
return SoftwareAction

Model public property

public SoftwareModel,Reign.Video.Abstraction Model
return SoftwareModel

Name public property

public string Name
return string

Parent public property

public SoftwareObject,Reign.Video.Abstraction Parent
return SoftwareObject

Position public property

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