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