VisualScriptBasicTypeConstant¶
Inherits: VisualScriptNode < Resource < Reference < Object
A Visual Script node representing a constant from the base types.
Description¶
A Visual Script node representing a constant from base types, such as Vector3.AXIS_X.
Properties¶
|
||
Property Descriptions¶
Variant.Type basic_type = 0
void set_basic_type ( Variant.Type value )
Variant.Type get_basic_type ( )
The type to get the constant from.
String constant
The name of the constant to return.