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 IsDerived( TypeInformation TypeClass )
Parameter Type | Parameter Name | Documentation |
---|---|---|
TypeInformation | TypeClass | The type of object you are testing for derivation of. |
None published. Please look for an example in the Simdify Scripting Language code base.