C# Class TeamCircleProjector, ES2015F

Inheritance: MonoBehaviour
Mostra file Open project: jgirald/ES2015F

Public Properties

Property Type Description
revealState LOSEntity.RevealStates

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
init ( ) : void
initWithTeamColor ( Identity iden ) : void

Private Methods

Method Description
newState ( ) : void
reveal ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

init() public method

public init ( ) : void
return void

initWithTeamColor() public method

public initWithTeamColor ( Identity iden ) : void
iden Identity
return void

Property Details

revealState public_oe property

public LOSEntity.RevealStates revealState
return LOSEntity.RevealStates