C# Class Antura.Minigames.HideAndSeek.HideAndSeekLetterController

Inheritance: MonoBehaviour
Show file Open project: vgwb/Antura_arabic Class Usage Examples

Public Properties

Property Type Description
id int
ray float
walkDuration float

Public Methods

Method Description
Move ( ) : bool
MoveTo ( Vector3 position, float duration ) : void
MoveTutorial ( ) : void
OnMouseDown ( ) : void
PlayResultAnimation ( bool win ) : void
ResetLetter ( ) : void
SetMovement ( MovementType mov ) : void
SetStartPosition ( Vector3 pos ) : void
Start ( ) : void
Update ( ) : void

Method Details

Move() public method

public Move ( ) : bool
return bool

MoveTo() public method

public MoveTo ( Vector3 position, float duration ) : void
position Vector3
duration float
return void

MoveTutorial() public method

public MoveTutorial ( ) : void
return void

OnMouseDown() public method

public OnMouseDown ( ) : void
return void

PlayResultAnimation() public method

public PlayResultAnimation ( bool win ) : void
win bool
return void

ResetLetter() public method

public ResetLetter ( ) : void
return void

SetMovement() public method

public SetMovement ( MovementType mov ) : void
mov MovementType
return void

SetStartPosition() public method

public SetStartPosition ( Vector3 pos ) : void
pos Vector3
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

id public property

public int id
return int

ray public property

public float ray
return float

walkDuration public property

public float walkDuration
return float