C# Class Sol.InteractibleObject

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: Stumpstump/RoverGame

Méthodes publiques

Свойство Type Description
interactible bool
objectName string
silhouetteInteractible UnityEngine.GameObject
silhouetteSeen UnityEngine.GameObject
soundControls SoundControls

Protected Properties

Свойство Type Description
playerStats PlayerStats

Méthodes publiques

Méthode Description
HoverEnterInteractible ( ) : void
HoverEnterSeen ( ) : void
HoverExitInteractible ( ) : void
HoverExitSeen ( ) : void
Interact ( ) : void

Méthodes protégées

Méthode Description
DelayedInteract ( float delay = 1f ) : IEnumerator

Method Details

DelayedInteract() protected méthode

protected DelayedInteract ( float delay = 1f ) : IEnumerator
delay float
Résultat IEnumerator

HoverEnterInteractible() public méthode

public HoverEnterInteractible ( ) : void
Résultat void

HoverEnterSeen() public méthode

public HoverEnterSeen ( ) : void
Résultat void

HoverExitInteractible() public méthode

public HoverExitInteractible ( ) : void
Résultat void

HoverExitSeen() public méthode

public HoverExitSeen ( ) : void
Résultat void

Interact() public méthode

public Interact ( ) : void
Résultat void

Property Details

interactible public_oe property

public bool interactible
Résultat bool

objectName public_oe property

public string objectName
Résultat string

playerStats protected_oe property

protected PlayerStats,Sol playerStats
Résultat PlayerStats

silhouetteInteractible public_oe property

public GameObject,UnityEngine silhouetteInteractible
Résultat UnityEngine.GameObject

silhouetteSeen public_oe property

public GameObject,UnityEngine silhouetteSeen
Résultat UnityEngine.GameObject

soundControls public_oe property

public SoundControls,Sol soundControls
Résultat SoundControls