Show / Hide Table of Contents

Class Example2Exit

Example implementation of an exit is activated by pressing E and loads the next level.

Inheritance
System.Object
InteractableBase
Example2Exit
Implements
IInteractable
Inherited Members
InteractableBase.InteractionText
InteractableBase.Start()
InteractableBase.ShowText(String)
InteractableBase.HideText()
InteractableBase.IsInteractionAllowed()
InteractableBase.OnDisable()
Namespace: Edgar.Unity.Examples.Example2
Assembly: cs.temp.dll.dll
Syntax
public class Example2Exit : InteractableBase, IInteractable

Methods

BeginInteract()

Declaration
public override void BeginInteract()
Overrides
InteractableBase.BeginInteract()

EndInteract()

Declaration
public override void EndInteract()
Overrides
InteractableBase.EndInteract()

Interact()

Declaration
public override void Interact()
Overrides
InteractableBase.Interact()

Implements

IInteractable
In This Article
Back to top Generated by DocFX