C# Class Reign.Video.Abstraction.SoftwareObject

ファイルを表示 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_oe property

public SoftwareObjectArmature,Reign.Video.Abstraction ArmatureObject
return SoftwareObjectArmature

BoneGroups public_oe property

public List BoneGroups
return List

DefaultAction public_oe property

public SoftwareAction,Reign.Video.Abstraction DefaultAction
return SoftwareAction

Model public_oe property

public SoftwareModel,Reign.Video.Abstraction Model
return SoftwareModel

Name public_oe property

public string Name
return string

Parent public_oe property

public SoftwareObject,Reign.Video.Abstraction Parent
return SoftwareObject

Position public_oe property

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