List of all members.
Public Member Functions |
| IObject (LWF lwf, Movie parent, int type, int objId, int instId) |
| IObject (LWF lwf, Movie parent, Type type, int objId, int instId) |
override void | Destroy () |
virtual void | LinkButton () |
string | GetFullName () |
| Object (LWF lwf, Movie parent, int type, int objId) |
| Object (LWF lwf, Movie parent, Type type, int objId) |
virtual void | Exec (int matrixId=0, int colorTransformId=0) |
virtual void | Update (Matrix m, ColorTransform c) |
virtual void | Render (bool v, int rOffset) |
virtual void | Inspect (Inspector inspector, int hierarchy, int depth, int rOffset) |
bool | IsButton () |
bool | IsMovie () |
bool | IsParticle () |
bool | IsProgramObject () |
bool | IsText () |
Protected Attributes |
int | m_instanceId |
string | m_name |
IObject | m_prevInstance |
IObject | m_nextInstance |
IObject | m_linkInstance |
LWF | m_lwf |
Movie | m_parent |
Type | m_type |
uint | m_execCount |
int | m_objectId |
int | m_matrixId |
int | m_colorTransformId |
Matrix | m_matrix |
int | m_dataMatrixId |
ColorTransform | m_colorTransform |
Renderer | m_renderer |
Properties |
IObject | nextInstance [get] |
IObject | linkInstance [get, set] |
int | instanceId [get] |
string | name [get] |
LWF | lwf [get] |
Movie | parent [get] |
Type | type [get] |
int | objectId [get] |
int | matrixId [get] |
int | colorTransformId [get] |
Matrix | matrix [get] |
ColorTransform | colorTransform [get] |
uint | execCount [get, set] |
The documentation for this class was generated from the following file:
- /Users/projects/lwf/csharp/core/lwf_iobject.cs