C# Class LOSEntity, ES2015C

Inheritance: MonoBehaviour
Afficher le fichier Open project: jgirald/ES2015C Class Usage Examples

Méthodes publiques

Свойство Type Description
BaseSize float
EnableAO bool
Height float
IsAlly bool
IsRevealer bool
IsUnit bool
Range float
RevealState RevealStates

Méthodes publiques

Méthode 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 méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

SetFOWColor() public méthode

public SetFOWColor ( Color fowColor, bool interpolate ) : void
fowColor Color
interpolate bool
Résultat void

SetIsCurrentTeam() public méthode

public SetIsCurrentTeam ( bool isCurrent ) : void
isCurrent bool
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateFOWColor() public méthode

public UpdateFOWColor ( ) : bool
Résultat bool

hide() public méthode

public hide ( ) : void
Résultat void

isRev() public méthode

public isRev ( ) : bool
Résultat bool

reveal() public méthode

public reveal ( ) : void
Résultat void

setActive() public méthode

public setActive ( bool active ) : void
active bool
Résultat void

Property Details

BaseSize public_oe property

public float BaseSize
Résultat float

EnableAO public_oe property

public bool EnableAO
Résultat bool

Height public_oe property

public float Height
Résultat float

IsAlly public_oe property

public bool IsAlly
Résultat bool

IsRevealer public_oe property

public bool IsRevealer
Résultat bool

IsUnit public_oe property

public bool IsUnit
Résultat bool

Range public_oe property

public float Range
Résultat float

RevealState public_oe property

public RevealStates RevealState
Résultat RevealStates