Class RectData
Inherited Members
Namespace: MackySoft.UniData.Data.General
Assembly: cs.temp.dll.dll
Syntax
[AddTypeMenu("General/RectData", -10)]
[Serializable]
public sealed class RectData : Data<Rect>, IData<Rect>, IReadOnlyData<Rect>, IData, IReadOnlyData, IEntry
Constructors
RectData()
Declaration
public RectData()
RectData(String)
Declaration
public RectData(string id)
Parameters
Type | Name | Description |
---|---|---|
String | id |
RectData(String, Rect)
Declaration
public RectData(string id, Rect initialValue)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
Rect | initialValue |