MeshlessGridplacedClusters Property |
[Missing <summary> documentation for "P:BrydenWoodUnity.Grid.MeshlessGrid.placedClusters"]
Namespace:
BrydenWoodUnity.Grid
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic Dictionary<GameObject, int[]> placedClusters { get; set; }
Public Property placedClusters As Dictionary(Of GameObject, Integer())
Get
Set
public:
property Dictionary<GameObject^, array<int>^>^ placedClusters {
Dictionary<GameObject^, array<int>^>^ get ();
void set (Dictionary<GameObject^, array<int>^>^ value);
}
member placedClusters : Dictionary<GameObject, int[]> with get, set
Property Value
Type:
DictionaryGameObject,
Int32
See Also