The SukiExtents class is used to store and update the extents of a suki schema in various dimensions.
More...
|
virtual SukiExtents | Create () |
| Creates a new instance of the SukiExtents class.
|
|
virtual void | UpdateExtents (float value) |
| Updates the minimum and maximum extents if the given value lies outside the previously observed extents.
|
|
virtual void | UpdateExtents (Vector2 value) |
| Updates the extents of the SukiExtents instance based on the provided value.
|
|
virtual void | UpdateExtents (Vector3 value) |
| Updates the extents of the SukiExtents object based on the given value.
|
|
The SukiExtents class is used to store and update the extents of a suki schema in various dimensions.
◆ Create()
virtual SukiExtents Enablegames.Suki.SukiExtents.Create |
( |
| ) |
|
|
inlinevirtual |
Creates a new instance of the SukiExtents class.
- Returns
- A new instance of the SukiExtents class.
◆ UpdateExtents() [1/3]
virtual void Enablegames.Suki.SukiExtents.UpdateExtents |
( |
float | value | ) |
|
|
inlinevirtual |
Updates the minimum and maximum extents if the given value lies outside the previously observed extents.
- Parameters
-
value | The new value to be checked against the existing extents. |
◆ UpdateExtents() [2/3]
virtual void Enablegames.Suki.SukiExtents.UpdateExtents |
( |
Vector2 | value | ) |
|
|
inlinevirtual |
Updates the extents of the SukiExtents instance based on the provided value.
- Parameters
-
value | The value used to update the extents. |
◆ UpdateExtents() [3/3]
virtual void Enablegames.Suki.SukiExtents.UpdateExtents |
( |
Vector3 | value | ) |
|
|
inlinevirtual |
Updates the extents of the SukiExtents object based on the given value.
- Parameters
-
value | The value to update the extents with. |
The documentation for this class was generated from the following file:
- /Users/yiyangshang/egdl2/Assets/eag/Scripts/enablegames/Suki/scripts/SukiExtents.cs