C# Class CardManagerScript, Territories

Inheritance: MonoBehaviour
Mostra file Open project: rgrigsb/Territories Class Usage Examples

Public Properties

Property Type Description
back_textures Texture[]
card_bake_prefab GameObject
cutout Material
deck_json UnityEngine.TextAsset

Public Methods

Method Description
GetBackMaterial ( int id ) : Material
GetDeckCards ( string name ) : List
GetFrontMaterial ( int id ) : Material
Instance ( ) : CardManagerScript,
Start ( ) : void

Method Details

GetBackMaterial() public method

public GetBackMaterial ( int id ) : Material
id int
return Material

GetDeckCards() public method

public GetDeckCards ( string name ) : List
name string
return List

GetFrontMaterial() public method

public GetFrontMaterial ( int id ) : Material
id int
return Material

Instance() public static method

public static Instance ( ) : CardManagerScript,
return CardManagerScript,

Start() public method

public Start ( ) : void
return void

Property Details

back_textures public_oe property

public Texture[] back_textures
return Texture[]

card_bake_prefab public_oe property

public GameObject card_bake_prefab
return GameObject

cutout public_oe property

public Material cutout
return Material

deck_json public_oe property

public TextAsset,UnityEngine deck_json
return UnityEngine.TextAsset