Node.processPriority

The node's priority in the execution order of the enabled processing callbacks (i.e. constant NOTIFICATION_PROCESS, constant NOTIFICATION_PHYSICS_PROCESS and their internal counterparts). Nodes whose process priority value is lower will have their processing callbacks executed first.

  1. long processPriority [@property getter]
    struct Node
    @nogc nothrow @property
    long
    processPriority
    ()
  2. long processPriority [@property setter]

Meta