ClusterManagerclusterToPlace Property |
[Missing <summary> documentation for "P:BrydenWoodUnity.GeometryManipulation.ClusterManager.clusterToPlace"]
Namespace:
BrydenWoodUnity.GeometryManipulation
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic Dictionary<PrefabButton, float> clusterToPlace { get; set; }
Public Property clusterToPlace As Dictionary(Of PrefabButton, Single)
Get
Set
public:
property Dictionary<PrefabButton^, float>^ clusterToPlace {
Dictionary<PrefabButton^, float>^ get ();
void set (Dictionary<PrefabButton^, float>^ value);
}
member clusterToPlace : Dictionary<PrefabButton, float32> with get, set
Property Value
Type:
DictionaryPrefabButton,
Single
See Also