LedTimingUtility
public static class LedTimingUtilityNo description is available for this type.
Methods
Section titled “Methods”
EmitterHash(int, int, int)
Section titled “EmitterHash(int, int, int)”public static uint EmitterHash(int x, int y, int seed)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
x |
System.Int32 | |
y |
System.Int32 | |
seed |
System.Int32 |
Returns
System.UInt32 — No return description is available.
EmitterNoise(double, int, int, int)
Section titled “EmitterNoise(double, int, int, int)”public static float EmitterNoise(double time, int x, int y, int seed)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
time |
System.Double | |
x |
System.Int32 | |
y |
System.Int32 | |
seed |
System.Int32 |
Returns
System.Single — No return description is available.