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

Inheritance: MonoBehaviour
Afficher le fichier Open project: lopalop2/The-Ritual-of-Jesses-House Class Usage Examples

Protected Properties

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

Méthodes publiques

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

Private Methods

Méthode Description
Awake ( ) : void

Method Details

Drop() public méthode

public Drop ( GameObject _player, NymphSpawning, _nymphSpawning ) : void
_player GameObject
_nymphSpawning NymphSpawning,
Résultat void

GetNymphDestination() public méthode

public GetNymphDestination ( ) : Vector3
Résultat Vector3

GetOriginalRotation() public méthode

public GetOriginalRotation ( ) : Quaternion
Résultat Quaternion

NymphPickup() public méthode

public NymphPickup ( GameObject _nymph ) : bool
_nymph GameObject
Résultat bool

Pickup() public méthode

public Pickup ( GameObject _player ) : void
_player GameObject
Résultat void

Property Details

isDropped protected_oe property

protected bool isDropped
Résultat bool