C# Class FakeInteracable, Team4BabelGame

Inheritance: MonoBehaviour, IInteractable
Afficher le fichier Open project: veselin-/Team4BabelGame

Méthodes publiques

Свойство Type Description
Activated bool

Méthodes publiques

Méthode Description
CanThisBeInteractedWith ( GameObject pickup ) : bool
HasBeenActivated ( ) : bool
Interact ( GameObject pickup ) : GameObject
InteractPosition ( Vector3 ai ) : Vector3

Method Details

CanThisBeInteractedWith() public méthode

public CanThisBeInteractedWith ( GameObject pickup ) : bool
pickup GameObject
Résultat bool

HasBeenActivated() public méthode

public HasBeenActivated ( ) : bool
Résultat bool

Interact() public méthode

public Interact ( GameObject pickup ) : GameObject
pickup GameObject
Résultat GameObject

InteractPosition() public méthode

public InteractPosition ( Vector3 ai ) : Vector3
ai Vector3
Résultat Vector3

Property Details

Activated public_oe property

public bool Activated
Résultat bool