SF Tool Documentation
Search Results for

    Show / Hide Table of Contents

    Class InteractableSwitch

    Inheritance
    System.Object
    InteractableSwitch
    Namespace: SF
    Assembly: cs.temp.dll.dll
    Syntax
    public class InteractableSwitch : MonoBehaviour

    Fields

    Activatables

    Declaration
    public List<ActivatableWrapper> Activatables
    Field Value
    Type Description
    List<ActivatableWrapper>

    Properties

    InteractableMode

    Declaration
    public InteractableMode InteractableMode { get; set; }
    Property Value
    Type Description
    InteractableMode

    Methods

    Interact()

    Declaration
    public void Interact()

    Interact(PlayerController)

    Declaration
    public void Interact(PlayerController controller)
    Parameters
    Type Name Description
    PlayerController controller
    In This Article
    Back to top Generated by DocFX