C# Class SocialGame.CheckCancleFigure

Inheritance: Check
Mostra file Open project: BrainProject/UnityTemp

Public Properties

Property Type Description
anim ChangeSprites
delayPerPart float
figure GestCheckerFigure
numOfParts int

Public Methods

Method Description
Checked ( Transform target ) : bool
Start ( ) : void
thisActivate ( ) : void

Protected Methods

Method Description
EndTimer ( ) : void

Ends the timer.

TimerReset ( ) : void

Reset timers .

Private Methods

Method Description
Stay ( ) : IEnumerator

Stay this until timer gone out.

Timer ( int part ) : void

Timer, vusal control.

Method Details

Checked() public method

public Checked ( Transform target ) : bool
target UnityEngine.Transform
return bool

EndTimer() protected method

Ends the timer.
protected EndTimer ( ) : void
return void

Start() public method

public Start ( ) : void
return void

TimerReset() protected method

Reset timers .
protected TimerReset ( ) : void
return void

thisActivate() public method

public thisActivate ( ) : void
return void

Property Details

anim public_oe property

public ChangeSprites,SocialGame anim
return ChangeSprites

delayPerPart public_oe property

public float delayPerPart
return float

figure public_oe property

public GestCheckerFigure,SocialGame figure
return GestCheckerFigure

numOfParts public_oe property

public int numOfParts
return int