C# Class umlod.UMetaLod

Datei anzeigen Open project: mc-gulu/umetalod

Public Methods

Method Description
AddTarget ( IMetaLodTarget target ) : void
AddUserFactor ( umlod.UImpactFactor userFactor ) : void
GetSysFactor ( string name ) : umlod.UImpactFactor
RemoveTarget ( IMetaLodTarget target ) : void
UMetaLod ( ) : System.Collections
Update ( ) : void

Private Methods

Method Description
_calculateImpact ( umlod.UImpactFactor factor, float value ) : float
_getSysFactor ( string name ) : umlod.UImpactFactor
_initDefault ( ) : void
_updateHeatAttenuation ( ) : void
_updateLiveness ( IMetaLodTarget target ) : void
_updateTargets ( ) : void
_updateTime ( ) : bool

Method Details

AddTarget() public method

public AddTarget ( IMetaLodTarget target ) : void
target IMetaLodTarget
return void

AddUserFactor() public method

public AddUserFactor ( umlod.UImpactFactor userFactor ) : void
userFactor umlod.UImpactFactor
return void

GetSysFactor() public method

public GetSysFactor ( string name ) : umlod.UImpactFactor
name string
return umlod.UImpactFactor

RemoveTarget() public method

public RemoveTarget ( IMetaLodTarget target ) : void
target IMetaLodTarget
return void

UMetaLod() public method

public UMetaLod ( ) : System.Collections
return System.Collections

Update() public method

public Update ( ) : void
return void