Antilatency.Alt.Environment.Rectangle.IEnvironmentData

Antilatency.Alt.Environment.Rectangle.IEnvironmentData

interface IEnvironmentData : InterfaceContract.IInterface {
float getHeight(​);
void setHeight(​float height);
float getWidth(​);
void setWidth(​float width);
void setEdgeMarkers(​int edgeIdCcw, float[] positions);
string serialize(​);
}

Methods