C# Class Pickupable, The-Ritual-of-Jesses-House

Inheritance: MonoBehaviour
Datei anzeigen Open project: lopalop2/The-Ritual-of-Jesses-House Class Usage Examples

Protected Properties

Property Type Description
isDropped bool

Public Methods

Method Description
Drop ( GameObject _player, NymphSpawning, _nymphSpawning ) : void
GetNymphDestination ( ) : Vector3
GetOriginalRotation ( ) : Quaternion
NymphPickup ( GameObject _nymph ) : bool
Pickup ( GameObject _player ) : void

Private Methods

Method Description
Awake ( ) : void

Method Details

Drop() public method

public Drop ( GameObject _player, NymphSpawning, _nymphSpawning ) : void
_player GameObject
_nymphSpawning NymphSpawning,
return void

GetNymphDestination() public method

public GetNymphDestination ( ) : Vector3
return Vector3

GetOriginalRotation() public method

public GetOriginalRotation ( ) : Quaternion
return Quaternion

NymphPickup() public method

public NymphPickup ( GameObject _nymph ) : bool
_nymph GameObject
return bool

Pickup() public method

public Pickup ( GameObject _player ) : void
_player GameObject
return void

Property Details

isDropped protected_oe property

protected bool isDropped
return bool