Class GGStatueInspect
Represents a GG Statue inspect region.
Inherited Members
Namespace: WeaverCore.Components.GGStatue
Assembly: WeaverCore.dll
Syntax
public class GGStatueInspect : InspectRegion
Methods
| Edit this page View SourceAwake()
Called when the object is awakened.
Declaration
protected override void Awake()
Overrides
| Edit this page View SourceOnDestroy()
Declaration
protected override void OnDestroy()
Overrides
| Edit this page View SourceOnDisable()
Declaration
protected override void OnDisable()
Overrides
| Edit this page View SourceOnInspectRoutine()
Called to play the default item pickup animation and trigger the OnInspect UnityEvent. You can override this to provide your own custom animations
Declaration
protected override IEnumerator OnInspectRoutine()
Returns
Type | Description |
---|---|
IEnumerator |