Property | Type | Description | |
---|---|---|---|
comment | string | ||
defaultValue | string | ||
name | string | ||
type | string |
Method | Description | |
---|---|---|
BasicType ( ) : string |
If type "const float3 &" -> BasicType() returns "float3". If type "const float3 &" -> BasicType() returns "float3". If type "float3 * const" -> BasicType() returns "float3*". If type "const float3 * const" -> BasicType() returns "const float3*".
|
|
BasicTypeId ( ) : string |
Returns the basic type as a sanitated identifier. If type "const float3 &" -> BasicType() returns "float3". If type "const float3 &" -> BasicType() returns "float3". If type "float3 * const" -> BasicType() returns "float3_ptr". If type "const float3 * const" -> BasicType() returns "float3_ptr".
|
|
BasicTypeRetainReference ( ) : string | ||
IsAPointer ( ) : bool | ||
IsAReference ( ) : bool |