Struct VisualScriptBasicTypeConstant
A Visual Script node representing a constant from the base types.
struct VisualScriptBasicTypeConstant
;
A Visual Script node representing a constant from base types, such as constant Vector3
.
Properties
Name | Type | Description |
---|---|---|
basicType [get, set]
|
Variant | The type to get the constant from. |
constant [get, set]
|
String | The name of the constant to return. |
Methods
Name | Description |
---|---|
getBasicType
|
|
getBasicTypeConstant
|
|
setBasicType
|
|
setBasicTypeConstant
|