C# Class SavePoint, RPGQuest

Inheritance: BaseInteraction
Afficher le fichier Open project: hughrogers/RPGQuest Class Usage Examples

Méthodes publiques

Свойство Type Description
destroyAfter bool
savePointType SavePointType

Méthodes publiques

Méthode Description
CallSaveMenu ( ) : void
DropInteract ( ChoiceContent, drop ) : bool
Interact ( ) : bool
OnDrawGizmos ( ) : void
OnMouseUp ( ) : void
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
Start ( ) : void
TouchInteract ( ) : void
Update ( ) : void

Method Details

CallSaveMenu() public méthode

public CallSaveMenu ( ) : void
Résultat void

DropInteract() public méthode

public DropInteract ( ChoiceContent, drop ) : bool
drop ChoiceContent,
Résultat bool

Interact() public méthode

public Interact ( ) : bool
Résultat bool

OnDrawGizmos() public méthode

public OnDrawGizmos ( ) : void
Résultat void

OnMouseUp() public méthode

public OnMouseUp ( ) : void
Résultat void

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

OnTriggerExit() public méthode

public OnTriggerExit ( Collider other ) : void
other Collider
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

TouchInteract() public méthode

public TouchInteract ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

destroyAfter public_oe property

public bool destroyAfter
Résultat bool

savePointType public_oe property

public SavePointType savePointType
Résultat SavePointType