VisualScriptTypeCast¶
Inherits: VisualScriptNode < Resource < Reference < Object
A Visual Script node that casts the given value to another type.
Description¶
VisualScriptTypeCast will perform a type conversion to an Object-derived type.
Properties¶
|
||
|
Property Descriptions¶
String base_script = ""
The target script class to be converted to. If none, only the base_type will be used.
String base_type = "Object"
The target type to be converted to.