C# Class Puzzle.ChoosePictureSetup

Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo Open project: BrainProject/UnityTemp

Public Properties

Property Type Description
TilePrefab UnityEngine.GameObject
defaultPicturesPath string

Public Methods

Method Description
GetMenuDimensions ( int elementsCount ) : int[]
Start ( ) : void

Private Methods

Method Description
CreateResourcePacksIcons ( int menuRows, int menuColumns, Texture2D defaultPics, IEnumerable customPics ) : void
LoadCustomResourcePacks ( ) : IEnumerable
repairPath ( string s ) : string

Method Details

GetMenuDimensions() public method

public GetMenuDimensions ( int elementsCount ) : int[]
elementsCount int
return int[]

Start() public method

public Start ( ) : void
return void

Property Details

TilePrefab public_oe property

public GameObject,UnityEngine TilePrefab
return UnityEngine.GameObject

defaultPicturesPath public_oe property

public string defaultPicturesPath
return string