C# Class InteractionButton

Inheritance: MonoBehaviour
Afficher le fichier Open project: imann24/cs327-bestmobilegameever Class Usage Examples

Méthodes publiques

Свойство Type Description
Type ButtonType,
interaction Interaction,
interactor Interactable,

Méthodes publiques

Méthode Description
CompleteInteraction ( ) : void
OnDestroy ( ) : void
SetAsDialogueOption ( ) : void
ToggleArrowActive ( bool active ) : void
addToUIManagerList ( ) : void
removeUIManagerFromList ( ) : void
setArrow ( ) : void
setReferences ( ) : void

Method Details

CompleteInteraction() public méthode

public CompleteInteraction ( ) : void
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

SetAsDialogueOption() public méthode

public SetAsDialogueOption ( ) : void
Résultat void

ToggleArrowActive() public méthode

public ToggleArrowActive ( bool active ) : void
active bool
Résultat void

addToUIManagerList() public méthode

public addToUIManagerList ( ) : void
Résultat void

removeUIManagerFromList() public méthode

public removeUIManagerFromList ( ) : void
Résultat void

setArrow() public méthode

public setArrow ( ) : void
Résultat void

setReferences() public méthode

public setReferences ( ) : void
Résultat void

Property Details

Type public_oe property

public ButtonType, Type
Résultat ButtonType,

interaction public_oe property

public Interaction, interaction
Résultat Interaction,

interactor public_oe property

public Interactable, interactor
Résultat Interactable,