C# Class Jigsaw, faramira

Inheritance: Puzzles
Datei anzeigen Open project: shamim-akhtar/faramira Class Usage Examples

Public Properties

Property Type Description
TilesParent Transform,
mImageFilename string
mPlayButton Button,
mRegions List
mShadowMaterial Material,
mShowImage FixedButton,
mSortingLayer int
mSpriteRenderer SpriteRenderer,
mTextInPlaceTiles Text,
mTextTime Text,
mTextTotalTiles Text,
sCameraPanning bool
sTilesSorting TilesSorting

Public Methods

Method Description
LoadJigsawMenu ( ) : void
OnClickShowImageButton ( ) : void
OnClicplPlayButton ( ) : void

Private Methods

Method Description
Awake ( ) : void
Coroutime_Timer ( ) : IEnumerator,
Coroutine_Delay ( float duration ) : IEnumerator,
Coroutine_MoveOverSeconds ( GameObject, objectToMove, Vector3, end, float seconds ) : IEnumerator,
Coroutine_Shuffle ( ) : IEnumerator,
LoadLevel ( ) : bool
OnDestroy ( ) : void
OnEnterLoading ( ) : void
OnEnterPlaying ( ) : void
OnEnterShowSolution ( ) : void
OnEnterShuffling ( ) : void
OnEnterWin ( ) : void
OnExitShowSolution ( ) : void
OnSetCorrectPosition ( SplitTile, tile ) : void
OnUpdatePlaying ( ) : void
OnUpdateShowSolution ( ) : void
Shuffle ( ) : void
Shuffle ( GameObject, obj ) : void
Start ( ) : void
Update ( ) : void

Method Details

LoadJigsawMenu() public method

public LoadJigsawMenu ( ) : void
return void

OnClickShowImageButton() public method

public OnClickShowImageButton ( ) : void
return void

OnClicplPlayButton() public method

public OnClicplPlayButton ( ) : void
return void

Property Details

TilesParent public_oe property

public Transform, TilesParent
return Transform,

mImageFilename public_oe property

public string mImageFilename
return string

mPlayButton public_oe property

public Button, mPlayButton
return Button,

mRegions public_oe property

public List mRegions
return List

mShadowMaterial public_oe property

public Material, mShadowMaterial
return Material,

mShowImage public_oe property

public FixedButton, mShowImage
return FixedButton,

mSortingLayer public_oe property

public int mSortingLayer
return int

mSpriteRenderer public_oe property

public SpriteRenderer, mSpriteRenderer
return SpriteRenderer,

mTextInPlaceTiles public_oe property

public Text, mTextInPlaceTiles
return Text,

mTextTime public_oe property

public Text, mTextTime
return Text,

mTextTotalTiles public_oe property

public Text, mTextTotalTiles
return Text,

sCameraPanning public_oe static_oe property

public static bool sCameraPanning
return bool

sTilesSorting public_oe static_oe property

public static TilesSorting sTilesSorting
return TilesSorting