VisualScriptBasicTypeConstant

Inherits: VisualScriptNode < Resource < Reference < Object

Category: Core

Brief Description

A Visual Script node representing a constant from the base types.

Member Variables

  • Type basic_type - The type to get the constant from.
  • String constant - The name of the constant to return.

Description

A Visual Script node representing a constant from base types, such as Vector3.AXIS_X.