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

String

base_script

""

String

base_type

"Object"


Property Descriptions

String base_script = ""

  • void set_base_script ( String value )

  • String get_base_script ( )

The target script class to be converted to. If none, only the base_type will be used.


String base_type = "Object"

  • void set_base_type ( String value )

  • String get_base_type ( )

The target type to be converted to.