C# Class Interaction, Lurk2015Testing

Inheritance: MonoBehaviour
Afficher le fichier Open project: gmuGADIG/Lurk2015Testing Class Usage Examples

Méthodes publiques

Свойство Type Description
display GameObject
interaction TextAsset

Méthodes publiques

Méthode Description
CycleKey ( ) : void
Interact ( GameObject player ) : bool
StartKey ( ) : void

Méthodes protégées

Méthode Description
End ( ) : void

Private Methods

Méthode Description
Start ( ) : void

Method Details

CycleKey() public méthode

public CycleKey ( ) : void
Résultat void

End() protected méthode

protected End ( ) : void
Résultat void

Interact() public méthode

public Interact ( GameObject player ) : bool
player GameObject
Résultat bool

StartKey() public méthode

public StartKey ( ) : void
Résultat void

Property Details

display public_oe property

public GameObject display
Résultat GameObject

interaction public_oe property

public TextAsset interaction
Résultat TextAsset