KBehavior
Represents a behavior that can be applied to a specific type with a given context.
Author
Devin
Since
1.1.7
Parameters
T
The type of the target this behavior is applied to.
C
The type of the context in which this behavior operates. Must implement KBehaviorContext.
KBehavior must be registered within the global behavior registry KBehaviorRegistry. To build a KBehavior you can use the kItemBehaviour builder function.