C# Class EventActor, RPGQuest

Mostrar archivo Open project: hughrogers/RPGQuest Class Usage Examples

Public Properties

Property Type Description
actor GameObject
dialogName string[]
fold bool
isPlayer bool
overrideName bool
showName bool

Public Methods

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

Method Details

EventActor() public method

public EventActor ( ) : System.Collections
return System.Collections

GetActor() public method

public GetActor ( ) : GameObject
return GameObject

GetData() public method

public GetData ( ) : Hashtable
return Hashtable

GetName() public method

public GetName ( ) : string
return string

SetData() public method

public SetData ( Hashtable ht ) : void
ht Hashtable
return void

Property Details

actor public_oe property

public GameObject actor
return GameObject

dialogName public_oe property

public string[] dialogName
return string[]

fold public_oe property

public bool fold
return bool

isPlayer public_oe property

public bool isPlayer
return bool

overrideName public_oe property

public bool overrideName
return bool

showName public_oe property

public bool showName
return bool