Class LayerModifiedValue
Inheritance
System.Object
LayerModifiedValue
Assembly: Eco.Gameplay.dll
Syntax
public class LayerModifiedValue : Object, IDynamicValue, IController, IViewController, IHasUniversalID
Constructors
LayerModifiedValue(String, Single)
Declaration
public LayerModifiedValue(string layer, float radius)
Parameters
Type |
Name |
Description |
System.String |
layer |
|
System.Single |
radius |
|
Properties
CheckArea
Declaration
public bool CheckArea { get; }
Property Value
Type |
Description |
System.Boolean |
|
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
GetBaseValue
Declaration
public float GetBaseValue { get; }
Property Value
Type |
Description |
System.Single |
|
Layer
Declaration
public string Layer { get; }
Property Value
Type |
Description |
System.String |
|
Radius
Declaration
public float Radius { get; set; }
Property Value
Type |
Description |
System.Single |
|
Methods
GetCurrentValue(IDynamicValueContext, Object)
Declaration
public float GetCurrentValue(IDynamicValueContext context, object obj)
Parameters
Returns
Type |
Description |
System.Single |
|
GetCurrentValueInt(IDynamicValueContext, Object, Single)
Declaration
public int GetCurrentValueInt(IDynamicValueContext context, object obj, float multiplier = 1F)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Implements
Extension Methods