Search Results for

    Show / Hide Table of Contents

    Interface ICustomInteractable

    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public interface ICustomInteractable

    Properties

    altInteractProgress

    Declaration
    float? altInteractProgress { get; }
    Property Value
    Type Description
    float?

    canAltInteract

    Declaration
    bool canAltInteract { get; }
    Property Value
    Type Description
    bool

    cost

    Declaration
    Cost cost { get; }
    Property Value
    Type Description
    Cost

    costAlt

    Declaration
    Cost costAlt { get; }
    Property Value
    Type Description
    Cost

    interactActionRawText

    Declaration
    string interactActionRawText { get; }
    Property Value
    Type Description
    string

    interactAltActionRawText

    Declaration
    string interactAltActionRawText { get; }
    Property Value
    Type Description
    string

    nameRawText

    Declaration
    string nameRawText { get; }
    Property Value
    Type Description
    string

    worldOffset

    Declaration
    Vector3 worldOffset { get; }
    Property Value
    Type Description
    UnityEngine.Vector3
    In This Article
    Back to top Shape of Dreams API Documentation