C# Class GameOverSettings, RPGQuest

Inheritance: QuestionInterface
Datei anzeigen Open project: hughrogers/RPGQuest Class Usage Examples

Public Properties

Property Type Description
exitIcon UnityEngine.Texture2D
exitIconName string
exitText string[]
loadIcon UnityEngine.Texture2D
loadIconName string
loadText string[]
retryIcon UnityEngine.Texture2D
retryIconName string
retryText string[]
scene string
showChoice bool
showExit bool
showLoad bool
showRetry bool
waitTime float

Public Methods

Method Description
ChoiceSelected ( int index ) : bool
CreateChoices ( ) : void
GameOverSettings ( ) : System.Collections
GetData ( Hashtable ht ) : Hashtable
SetData ( Hashtable ht ) : void

Method Details

ChoiceSelected() public method

public ChoiceSelected ( int index ) : bool
index int
return bool

CreateChoices() public method

public CreateChoices ( ) : void
return void

GameOverSettings() public method

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

GetData() public method

public GetData ( Hashtable ht ) : Hashtable
ht Hashtable
return Hashtable

SetData() public method

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

Property Details

exitIcon public_oe property

public Texture2D,UnityEngine exitIcon
return UnityEngine.Texture2D

exitIconName public_oe property

public string exitIconName
return string

exitText public_oe property

public string[] exitText
return string[]

loadIcon public_oe property

public Texture2D,UnityEngine loadIcon
return UnityEngine.Texture2D

loadIconName public_oe property

public string loadIconName
return string

loadText public_oe property

public string[] loadText
return string[]

retryIcon public_oe property

public Texture2D,UnityEngine retryIcon
return UnityEngine.Texture2D

retryIconName public_oe property

public string retryIconName
return string

retryText public_oe property

public string[] retryText
return string[]

scene public_oe property

public string scene
return string

showChoice public_oe property

public bool showChoice
return bool

showExit public_oe property

public bool showExit
return bool

showLoad public_oe property

public bool showLoad
return bool

showRetry public_oe property

public bool showRetry
return bool

waitTime public_oe property

public float waitTime
return float