Skip to main content

Variable

Block NameBlockDescription
Get Position

Return the Vector3 value or the separate x/y/z values of the target's position.

  • Target: Object or focus point (if available) to get the position value.
  • Relative: Boolean value specifying whether the position is relative to the object's local coordinates or not.
note

The focus point is only available on a Character object at this moment.

Get Rotation

Return the Vector3 value or the separate x/y/z values of the target's rotation.

  • Target: Object or focus point (if available) to get the rotation value.
  • Relative: Boolean value specifying whether the rotation is relative to the object's local coordinates or not.
note

The focus point is only available on a Character object at this moment.

Get Scale

Return the Vector3 value or the separate x/y/z values of the target's scale.

note

The focus point is only available on a Character object at this moment.

Get Boolean

Return the selected Boolean variable.

  • Target: Object or scene to get the variable.
  • Key: The specified Boolean variable to get the value.
Set Boolean

Set the selected Boolean variable to input value.

  • Target: Object or scene to get the variable.
  • Key: The specified Boolean variable to set the value.
  • Value: Boolean value to assign to the specified variable.
Get Number

Return the selected Number variable.

  • Target: Object or scene to get the variable.
  • Key: The specified Number variable to get the value.
Set Number

Set the selected Number variable to input value.

  • Target: Object or scene to get the variable.
  • Key: The specified Number variable to set the value.
  • Value: Number value to assign to the specified variable.
Number To Text

Convert a Number value to a Text value.

  • Number: Number value to be converted.
  • Decimal Place: Number value for number of decimal place.
Boolean To Text

Convert a Boolean value to a Text value.

  • Input: Boolean value to be converted.
Get Color

Return the selected Color variable.

  • Target: Object or scene to get the variable.
  • Key: The specified Color variable to get the value.
Set Color

Set the selected Color variable to input value.

  • Target: Object or scene to get the variable.
  • Key: The specified Color variable to set the value.
  • Color: Color value to assign to the specified variable.
Get Vector3

Return selected Vector3 variable in vector3 format or in separate x/y/z values.

Set Vector3

Set the selected Vector3 variable to input value.

  • Target: Object or scene to get the variable.
  • Key: The specified Vector3 variable to set the value.
  • Value: Vector3 value to assign to the specified variable.