C# Class Reign.Video.Abstraction.SoftwareModel

Inheritance: ILoadable
Mostrar archivo Open project: reignstudios/ReignSDK Class Usage Examples

Public Properties

Property Type Description
Actions List
Armatures List
FrameStart float
Materials List
Meshes List
Objects List

Public Methods

Method Description
Rotate ( float x, float y, float z ) : void
RotateGeometry ( float x, float y, float z ) : void
SoftwareModel ( string filename, Loader loadedCallback ) : System
UpdateLoad ( ) : bool

Private Methods

Method Description
init ( Stream stream, Loader loadedCallback ) : 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

SoftwareModel() public method

public SoftwareModel ( string filename, Loader loadedCallback ) : System
filename string
loadedCallback Reign.Core.Loader
return System

UpdateLoad() public method

public UpdateLoad ( ) : bool
return bool

Property Details

Actions public_oe property

public List Actions
return List

Armatures public_oe property

public List Armatures
return List

FrameStart public_oe property

public float FrameStart
return float

Materials public_oe property

public List Materials
return List

Meshes public_oe property

public List Meshes
return List

Objects public_oe property

public List Objects
return List