Click or drag to resize

Spatial Fields

The Spatial type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberNotificationEnterWorld

Spatial nodes receives this notification when they are registered to new World resource.

Public fieldStatic memberNotificationExitWorld

Spatial nodes receives this notification when they are unregistered from current World resource.

Public fieldStatic memberNotificationTransformChanged

Spatial nodes receives this notification when their global transform changes. This means that either the current or a parent node changed its transform.

In order for to work, users first need to ask for it, with SetNotifyTransform(Boolean). The notification is also sent if the node is in the editor context and it has a valid gizmo.

Public fieldStatic memberNotificationVisibilityChanged

Spatial nodes receives this notification when their visibility changes.

Top
See Also