Method | Description | |
---|---|---|
AddInteractionController ( GameObject player ) : void | ||
AddLanguage ( int lang ) : void | ||
AddPlayerComponent ( ) : void | ||
GameSettingsData ( ) : System.Collections | ||
GetItemCollectionChoice ( int id, int n, ItemDropType t ) : string[] | ||
GetItemCollectionString ( int id, int n, ItemDropType t ) : string | ||
GetMoneyCollectionChoice ( int n ) : string[] | ||
GetMoneyCollectionString ( int n ) : string | ||
GetMoneyContent ( HUDContentType type ) : ChoiceContent, | ||
GetMoneyPrefabInstance ( ) : GameObject | ||
GetMoneyText ( ) : string | ||
GetOkButtonContent ( ) : GUIContent | ||
GetRandom ( ) : float | ||
GetSkillLevelName ( string name, int lvl ) : string | ||
GetTimeContent ( HUDContentType type ) : ChoiceContent, | ||
GetTimeText ( ) : string | ||
IsKeyboardAllowed ( ) : bool | ||
IsMouseAllowed ( ) : bool | ||
LoadData ( ) : void | ||
LoadResources ( ) : void | ||
PlayAcceptAudio ( |
||
PlayCancelAudio ( |
||
PlayCursorMoveAudio ( |
||
PlayFailAudio ( |
||
PlaySkillLevelAudio ( |
||
RemoveLanguage ( int lang ) : void | ||
RemovePlayerComponent ( int index ) : void | ||
SaveData ( ) : void |
Method | Description | |
---|---|---|
GetItemCollectionReplace ( string txt, int id, int n, ItemDropType t ) : string |
public AddInteractionController ( GameObject player ) : void | ||
player | GameObject | |
return | void |
public GameSettingsData ( ) : System.Collections | ||
return | System.Collections |
public GetItemCollectionChoice ( int id, int n, ItemDropType t ) : string[] | ||
id | int | |
n | int | |
t | ItemDropType | |
return | string[] |
public GetItemCollectionString ( int id, int n, ItemDropType t ) : string | ||
id | int | |
n | int | |
t | ItemDropType | |
return | string |
public GetMoneyCollectionChoice ( int n ) : string[] | ||
n | int | |
return | string[] |
public GetMoneyCollectionString ( int n ) : string | ||
n | int | |
return | string |
public GetMoneyContent ( HUDContentType type ) : ChoiceContent, | ||
type | HUDContentType | |
return | ChoiceContent, |
public GetMoneyPrefabInstance ( ) : GameObject | ||
return | GameObject |
public GetSkillLevelName ( string name, int lvl ) : string | ||
name | string | |
lvl | int | |
return | string |
public GetTimeContent ( HUDContentType type ) : ChoiceContent, | ||
type | HUDContentType | |
return | ChoiceContent, |
public PlayAcceptAudio ( |
||
audio | ||
return | void |
public PlayCancelAudio ( |
||
audio | ||
return | void |
public PlayCursorMoveAudio ( |
||
audio | ||
return | void |
public PlayFailAudio ( |
||
audio | ||
return | void |
public PlaySkillLevelAudio ( |
||
audio | ||
return | void |
public RemovePlayerComponent ( int index ) : void | ||
index | int | |
return | void |
public TextureDelete battleTextureDelete | ||
return | TextureDelete |
public CameraControlSettings, cameraControlSettings | ||
return | CameraControlSettings, |
public AudioClip,UnityEngine cursorMoveClip | ||
return |
public Texture2D,UnityEngine dialogueOkIcon | ||
return |
public ButtonPosition, dialogueOkPosition | ||
return | ButtonPosition, |
public string interactionControllerChildName | ||
return | string |
public Vector3 interactionControllerOffset | ||
return | Vector3 |
public PlayerControlSettings, playerControlSettings | ||
return | PlayerControlSettings, |
public AudioClip,UnityEngine skillLevelClip | ||
return |