Property | Type | Description | |
---|---|---|---|
Activated | bool |
Method | Description | |
---|---|---|
CanThisBeInteractedWith ( GameObject pickup ) : bool | ||
HasBeenActivated ( ) : bool | ||
Interact ( GameObject pickup ) : GameObject | ||
InteractPosition ( Vector3 ai ) : Vector3 |
public CanThisBeInteractedWith ( GameObject pickup ) : bool | ||
pickup | GameObject | |
return | bool |
public Interact ( GameObject pickup ) : GameObject | ||
pickup | GameObject | |
return | GameObject |
public InteractPosition ( Vector3 ai ) : Vector3 | ||
ai | Vector3 | |
return | Vector3 |