C# Class SymbolHandler, Team4BabelGame

Inheritance: MonoBehaviour
Show file Open project: veselin-/Team4BabelGame Class Usage Examples

Public Properties

Property Type Description
ID int
Image1 Image
Image2 Image
Image3 Image
count int
isMade bool
sens1 GameObject

Public Methods

Method Description
PressedSign ( ) : void
ResetSigns ( ) : void
SetSyllables ( string syl1, string syl2 ) : void
SetSyllables ( string syl1, string syl2, string syl3 ) : void
UpdateSymbol ( ) : void
UpdateSymbol1 ( ) : void

Private Methods

Method Description
MoveSignBackInBook ( ) : void
OnEnable ( ) : void
SaveChildIndex ( ) : void
SaveTransformOfParent ( ) : void
Start ( ) : void

Method Details

PressedSign() public method

public PressedSign ( ) : void
return void

ResetSigns() public method

public ResetSigns ( ) : void
return void

SetSyllables() public method

public SetSyllables ( string syl1, string syl2 ) : void
syl1 string
syl2 string
return void

SetSyllables() public method

public SetSyllables ( string syl1, string syl2, string syl3 ) : void
syl1 string
syl2 string
syl3 string
return void

UpdateSymbol() public method

public UpdateSymbol ( ) : void
return void

UpdateSymbol1() public method

public UpdateSymbol1 ( ) : void
return void

Property Details

ID public property

public int ID
return int

Image1 public property

public Image Image1
return Image

Image2 public property

public Image Image2
return Image

Image3 public property

public Image Image3
return Image

count public static property

public static int count
return int

isMade public static property

public static bool isMade
return bool

sens1 public property

public GameObject sens1
return GameObject