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

Default

""

Setter

set_base_script(value)

Getter

get_base_script()

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


Default

"Object"

Setter

set_base_type(value)

Getter

get_base_type()

The target type to be converted to.