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