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