C# Class EventActor, RPGQuest

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

Méthodes publiques

Свойство Type Description
actor GameObject
dialogName string[]
fold bool
isPlayer bool
overrideName bool
showName bool

Méthodes publiques

Méthode Description
EventActor ( ) : System.Collections
GetActor ( ) : GameObject
GetData ( ) : Hashtable
GetName ( ) : string
SetData ( Hashtable ht ) : void

Method Details

EventActor() public méthode

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

GetActor() public méthode

public GetActor ( ) : GameObject
Résultat GameObject

GetData() public méthode

public GetData ( ) : Hashtable
Résultat Hashtable

GetName() public méthode

public GetName ( ) : string
Résultat string

SetData() public méthode

public SetData ( Hashtable ht ) : void
ht Hashtable
Résultat void

Property Details

actor public_oe property

public GameObject actor
Résultat GameObject

dialogName public_oe property

public string[] dialogName
Résultat string[]

fold public_oe property

public bool fold
Résultat bool

isPlayer public_oe property

public bool isPlayer
Résultat bool

overrideName public_oe property

public bool overrideName
Résultat bool

showName public_oe property

public bool showName
Résultat bool