ProceduralFlooroffsets Property |
[Missing <summary> documentation for "P:BrydenWoodUnity.DesignData.ProceduralFloor.offsets"]
Namespace:
BrydenWoodUnity.DesignData
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic List<List<Polygon>> offsets { get; set; }
Public Property offsets As List(Of List(Of Polygon))
Get
Set
public:
property List<List<Polygon^>^>^ offsets {
List<List<Polygon^>^>^ get ();
void set (List<List<Polygon^>^>^ value);
}
member offsets : List<List<Polygon>> with get, set
Property Value
Type:
ListListPolygon
See Also