Class IntSum
Value is the sum of all effectors
Inherited Members
Namespace: LobsterFramework
Assembly: LobsterFramework.dll
Syntax
public class IntSum : CombinedValue<int>
Constructors
| Improve this Doc View SourceIntSum(int)
Declaration
public IntSum(int value)
Parameters
Type | Name | Description |
---|---|---|
int | value |
Methods
| Improve this Doc View SourceComputeValue()
Compute the value taking all effectors into account
Declaration
protected override int ComputeValue()
Returns
Type | Description |
---|---|
int |