Property | Type | Description | |
---|---|---|---|
BaseLength | float | ||
CanAdjustDelay | bool | ||
CanAdjustSpeed | bool | ||
DelayTime | float | ||
HasBeenUsed | bool | ||
Id | int | ||
Probability | int | ||
StartHealth | int | ||
TimeSinceUsage | Stopwatch | ||
UsageTime | float |
Method | Description | |
---|---|---|
Action ( int id, int probability, int startHealth, float baseLength, float delayTime, bool canAdjustSpeed, bool canAdjustDelay ) : System |
public Action ( int id, int probability, int startHealth, float baseLength, float delayTime, bool canAdjustSpeed, bool canAdjustDelay ) : System | ||
id | int | |
probability | int | |
startHealth | int | |
baseLength | float | |
delayTime | float | |
canAdjustSpeed | bool | |
canAdjustDelay | bool | |
return | System |