C# Class WindowHandler, RPGQuest

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

Méthodes publiques

Méthode Description
AddPosition ( DialoguePosition, dp ) : void
BlockFocus ( bool block ) : void
CheckIDs ( ) : void
GetFocusID ( ) : int
GetID ( int id ) : int
IsFocusBlocked ( ) : bool
IsInGUI ( Vector3 point ) : bool
RemovePosition ( DialoguePosition, dp ) : void
SetFocusID ( int id ) : void
Tick ( float t ) : void
WindowHandler ( ) : System.Collections

Method Details

AddPosition() public méthode

public AddPosition ( DialoguePosition, dp ) : void
dp DialoguePosition,
Résultat void

BlockFocus() public méthode

public BlockFocus ( bool block ) : void
block bool
Résultat void

CheckIDs() public méthode

public CheckIDs ( ) : void
Résultat void

GetFocusID() public méthode

public GetFocusID ( ) : int
Résultat int

GetID() public méthode

public GetID ( int id ) : int
id int
Résultat int

IsFocusBlocked() public méthode

public IsFocusBlocked ( ) : bool
Résultat bool

IsInGUI() public méthode

public IsInGUI ( Vector3 point ) : bool
point Vector3
Résultat bool

RemovePosition() public méthode

public RemovePosition ( DialoguePosition, dp ) : void
dp DialoguePosition,
Résultat void

SetFocusID() public méthode

public SetFocusID ( int id ) : void
id int
Résultat void

Tick() public méthode

public Tick ( float t ) : void
t float
Résultat void

WindowHandler() public méthode

public WindowHandler ( ) : System.Collections
Résultat System.Collections