nape.callbacks.PreFlag

type
class
Enumeration of interaction states for arbiters. These values are returned

Static Properties

static readonly var ACCEPT : PreFlag

Value denotes interaction will occur, and Nape will not ask again.

static readonly var ACCEPT_ONCE : PreFlag

Value denotes interaction will occur 'this' step, and Nape will ask what

static readonly var IGNORE : PreFlag

Value denotes interaction will be ignored, and Nape will not ask again.

static readonly var IGNORE_ONCE : PreFlag

Value denotes interaction will be ignored 'this' step, and Nape will ask what