C# Class InteractionButton

Inheritance: MonoBehaviour
Datei anzeigen Open project: imann24/cs327-bestmobilegameever Class Usage Examples

Public Properties

Property Type Description
Type ButtonType,
interaction Interaction,
interactor Interactable,

Public Methods

Method Description
CompleteInteraction ( ) : void
OnDestroy ( ) : void
SetAsDialogueOption ( ) : void
ToggleArrowActive ( bool active ) : void
addToUIManagerList ( ) : void
removeUIManagerFromList ( ) : void
setArrow ( ) : void
setReferences ( ) : void

Method Details

CompleteInteraction() public method

public CompleteInteraction ( ) : void
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

SetAsDialogueOption() public method

public SetAsDialogueOption ( ) : void
return void

ToggleArrowActive() public method

public ToggleArrowActive ( bool active ) : void
active bool
return void

addToUIManagerList() public method

public addToUIManagerList ( ) : void
return void

removeUIManagerFromList() public method

public removeUIManagerFromList ( ) : void
return void

setArrow() public method

public setArrow ( ) : void
return void

setReferences() public method

public setReferences ( ) : void
return void

Property Details

Type public_oe property

public ButtonType, Type
return ButtonType,

interaction public_oe property

public Interaction, interaction
return Interaction,

interactor public_oe property

public Interactable, interactor
return Interactable,