Class InteractiveBehaviour
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
[DisallowMultipleComponent]
[DefaultExecutionOrder(1)]
public class InteractiveBehaviour : MonoBehaviour
- Inheritance
-
objectInteractiveBehaviour
- Derived
Fields
- OnDisplayTooltip
Event handler for displaying tooltips with priority ordering.
Methods
- OnPlayerDroppedOnGround(HeroController)
On player drop on ground
Events
Operators
- implicit operator InteractiveBehaviour(InteractiveBehaviour)
Implicit conversion from InteractiveBehaviour to simplified Isolated.InteractiveBehaviour for serialization across isolation boundary.
- implicit operator InteractiveBehaviour(InteractiveBehaviour)
Implicit conversion from Isolated.InteractiveBehaviour to full InteractiveBehaviour by instance ID lookup.