Interface ICustomInteractable
Assembly: Dew.Core.dll
Syntax
public interface ICustomInteractable
Properties
altInteractProgress
Declaration
float? altInteractProgress { get; }
Property Value
canAltInteract
Declaration
bool canAltInteract { get; }
Property Value
cost
Declaration
Property Value
costAlt
Declaration
Property Value
interactActionRawText
Declaration
string interactActionRawText { get; }
Property Value
interactAltActionRawText
Declaration
string interactAltActionRawText { get; }
Property Value
nameRawText
Declaration
string nameRawText { get; }
Property Value
worldOffset
Declaration
Vector3 worldOffset { get; }
Property Value
| Type |
Description |
| UnityEngine.Vector3 |
|