C# Class KeyHole, Team4BabelGame

Inheritance: MonoBehaviour, IInteractable
Mostrar archivo Open project: veselin-/Team4BabelGame Class Usage Examples

Public Properties

Property Type Description
InteractPositionObject GameObject
_hasBeenPulled bool

Public Methods

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

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

Start() public method

public Start ( ) : void
return void

Property Details

InteractPositionObject public_oe property

public GameObject InteractPositionObject
return GameObject

_hasBeenPulled public_oe property

public bool _hasBeenPulled
return bool