C# Class LOSEntity, ES2015C

Inheritance: MonoBehaviour
ファイルを表示 Open project: jgirald/ES2015C Class Usage Examples

Public Properties

Property Type Description
BaseSize float
EnableAO bool
Height float
IsAlly bool
IsRevealer bool
IsUnit bool
Range float
RevealState RevealStates

Public Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void
SetFOWColor ( Color fowColor, bool interpolate ) : void
SetIsCurrentTeam ( bool isCurrent ) : void
Start ( ) : void
Update ( ) : void
UpdateFOWColor ( ) : bool
hide ( ) : void
isRev ( ) : bool
reveal ( ) : void
setActive ( bool active ) : void

Method Details

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

SetFOWColor() public method

public SetFOWColor ( Color fowColor, bool interpolate ) : void
fowColor Color
interpolate bool
return void

SetIsCurrentTeam() public method

public SetIsCurrentTeam ( bool isCurrent ) : void
isCurrent bool
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

UpdateFOWColor() public method

public UpdateFOWColor ( ) : bool
return bool

hide() public method

public hide ( ) : void
return void

isRev() public method

public isRev ( ) : bool
return bool

reveal() public method

public reveal ( ) : void
return void

setActive() public method

public setActive ( bool active ) : void
active bool
return void

Property Details

BaseSize public_oe property

public float BaseSize
return float

EnableAO public_oe property

public bool EnableAO
return bool

Height public_oe property

public float Height
return float

IsAlly public_oe property

public bool IsAlly
return bool

IsRevealer public_oe property

public bool IsRevealer
return bool

IsUnit public_oe property

public bool IsUnit
return bool

Range public_oe property

public float Range
return float

RevealState public_oe property

public RevealStates RevealState
return RevealStates