Is Object 3D

Overview

The Is Object 3D Node returns a Bool, depending on whether the input Object is 3D or not.

Scope: Scene, Function, Prefab.

Attributes

AttributeTypeDescription

Object

ObjectID

The Object to be checked, if one is not provided in the Object ID Socket.

Inputs

InputTypeDescription

Pulse Input (►)

Pulse

A standard Input Pulse, to trigger the execution of the Node.

Object ID

ObjectID

The ID of the Object to be checked.

Outputs

OutputTypeDescription

Pulse Output (►)

Pulse

A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution.

3D

Bool

Returns true if the Object is 3D, false otherwise.

See Also

Last updated