Director

Inheritors

Functions

Link copied to clipboard
open fun customProperties(): List<Property<*>>

Third party implementation of Role and Director can expose properties that can be edited in Kyd's editor.

Link copied to clipboard
open fun onActEnded(act: Act)
Link copied to clipboard
open fun onActStarted(act: Act)
Link copied to clipboard
open fun onActStarting(act: Act)
Link copied to clipboard
open fun onKeyPressed(keyEvent: KeyEvent)
Link copied to clipboard
open fun onKeyReleased(keyEvent: KeyEvent)
Link copied to clipboard
open fun postTick(seconds: Float)

Called after all Behaviour.tick are called the actors in the act.

Link copied to clipboard
open fun preTick(seconds: Float)

Called before all Behaviour.tick are called the actors in the act.