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