EGDL2 2.1
Loading...
Searching...
No Matches
Enablegames.Suki.SukiExtents Class Reference

The SukiExtents class is used to store and update the extents of a suki schema in various dimensions. More...

Collaboration diagram for Enablegames.Suki.SukiExtents:

Public Member Functions

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.
 

Detailed Description

The SukiExtents class is used to store and update the extents of a suki schema in various dimensions.

Member Function Documentation

◆ 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
valueThe new value to be checked against the existing extents.
Here is the call graph for this function:

◆ 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
valueThe value used to update the extents.
Here is the call graph for this function:

◆ 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
valueThe value to update the extents with.
Here is the call graph for this function:

The documentation for this class was generated from the following file: