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