C# Class symbolPress, Team4BabelGame

Inheritance: MonoBehaviour
Show file Open project: veselin-/Team4BabelGame

Public Properties

Property Type Description
ID int
count int
slot GameObject

Public Methods

Method Description
MoveSignBackInBookCombine ( ) : void

Private Methods

Method Description
InitializeSyllable ( ) : void
MoveSignBackInBook ( ) : void
PressedSylEffect ( ) : void
PressedSymbol ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

MoveSignBackInBookCombine() public method

public MoveSignBackInBookCombine ( ) : void
return void

Property Details

ID public property

public int ID
return int

count public static property

public static int count
return int

slot public property

public GameObject slot
return GameObject