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.AXIS_X.

Properties

NameTypeDescription
basicType[get, set] Variant.TypeThe type to get the constant from.
constant[get, set] StringThe name of the constant to return.

Methods

NameDescription
getBasicType
getBasicTypeConstant
setBasicType
setBasicTypeConstant