C# Class KeyHole, Team4BabelGame

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

Méthodes publiques

Свойство Type Description
InteractPositionObject GameObject
_hasBeenPulled bool

Méthodes publiques

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

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

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

InteractPositionObject public_oe property

public GameObject InteractPositionObject
Résultat GameObject

_hasBeenPulled public_oe property

public bool _hasBeenPulled
Résultat bool