C# Class Assets.Environment.Levers.Scripts.LeverPullOnlyAya

Inheritance: UnityEngine.MonoBehaviour, IInteractable
Datei anzeigen Open project: veselin-/Team4BabelGame

Public Properties

Property Type Description
InteractPos UnityEngine.Transform

Public Methods

Method Description
CanThisBeInteractedWith ( GameObject pickup ) : bool
HasBeenActivated ( ) : bool
Interact ( GameObject pickup ) : GameObject
InteractPosition ( Vector3 ai ) : Vector3
Start ( ) : void

Private Methods

Method Description
DelayedStuff ( ) : IEnumerator

Method Details

CanThisBeInteractedWith() public method

public CanThisBeInteractedWith ( GameObject pickup ) : bool
pickup UnityEngine.GameObject
return bool

HasBeenActivated() public method

public HasBeenActivated ( ) : bool
return bool

Interact() public method

public Interact ( GameObject pickup ) : GameObject
pickup UnityEngine.GameObject
return UnityEngine.GameObject

InteractPosition() public method

public InteractPosition ( Vector3 ai ) : Vector3
ai UnityEngine.Vector3
return UnityEngine.Vector3

Start() public method

public Start ( ) : void
return void

Property Details

InteractPos public_oe property

public Transform,UnityEngine InteractPos
return UnityEngine.Transform