Class ItemInspectRegion
Used for creating a region the player can inspect to pick up a dropped item
Inherited Members
Namespace: WeaverCore.Components
Assembly: WeaverCore.dll
Syntax
public class ItemInspectRegion : InspectRegion
Methods
| Edit this page View SourceAwake()
Declaration
protected override void Awake()
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 |