Provides script language access to C++ objects of this type.
| Class Hierarchy | No registered superclass. |
Function members are as follows:
| Return Type | Function Name | Documentation |
|---|---|---|
| TypeInformation | GetType | Returns a <TypeInformation> object containing the object's type. |
| int32 | IsDerived | Returns true if a <Type> object pointer is a subclass of the type of object for which this function is invoked. For example: 'myNode.IsDerived( Node )' is true and 'myGroup.IsDerived( Material )' is false. |
| int32 | IsNotDerived | Returns true if the type of object is not a subclass of the specified type. |