C# Class GameOverSettings, RPGQuest

Inheritance: QuestionInterface
Show file 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 property

public Texture2D,UnityEngine exitIcon
return UnityEngine.Texture2D

exitIconName public property

public string exitIconName
return string

exitText public property

public string[] exitText
return string[]

loadIcon public property

public Texture2D,UnityEngine loadIcon
return UnityEngine.Texture2D

loadIconName public property

public string loadIconName
return string

loadText public property

public string[] loadText
return string[]

retryIcon public property

public Texture2D,UnityEngine retryIcon
return UnityEngine.Texture2D

retryIconName public property

public string retryIconName
return string

retryText public property

public string[] retryText
return string[]

scene public property

public string scene
return string

showChoice public property

public bool showChoice
return bool

showExit public property

public bool showExit
return bool

showLoad public property

public bool showLoad
return bool

showRetry public property

public bool showRetry
return bool

waitTime public property

public float waitTime
return float