C# Class SymbolHandler, Team4BabelGame

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public int ID
return int

Image1 public_oe property

public Image Image1
return Image

Image2 public_oe property

public Image Image2
return Image

Image3 public_oe property

public Image Image3
return Image

count public_oe static_oe property

public static int count
return int

isMade public_oe static_oe property

public static bool isMade
return bool

sens1 public_oe property

public GameObject sens1
return GameObject