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 |
---|---|---|
int32 | AllocateType | Allocates types of the specified type and transfers ownership of the types to the <TypeBuffer>. |
int32 | AllocateTypes | Allocates types of the specified types and transfers ownership of the types to the <TypeBuffer>. |
int32 | Amplify | Amplifies the contents of the <TypeBuffer> by cloning the <Type> objects. For example, given a <TypeBuffer> storing pointers to an <Image>, <Material>, and <Texture>, and given an amplification request of 3, the <TypeBuffer> contents after function execution will be <Image>, <Material>, <Texture>, <Image>, <Material>, <Texture>, <Image>, <Material>, <Texture>. |
int32 | Complement | Populates a <TypeBuffer> with the complement (difference) of two sets. |
int32 | Difference | Populates a <TypeBuffer> with the difference of two sets. |
int32 | Intersection | Populates a <TypeBuffer> with the complement of two sets. |
int32 | Union | Populates a <TypeBuffer> with the union of two sets. |