C# Class FakeInteracable, Team4BabelGame

Inheritance: MonoBehaviour, IInteractable
Exibir arquivo Open project: veselin-/Team4BabelGame

Public Properties

Property Type Description
Activated bool

Public Methods

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

Method Details

CanThisBeInteractedWith() public method

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

HasBeenActivated() public method

public HasBeenActivated ( ) : bool
return bool

Interact() public method

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

InteractPosition() public method

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

Property Details

Activated public_oe property

public bool Activated
return bool