Click or drag to resize

BoundsI Structure

Represents an axis-aligned bounding box with integer values in three dimensional space.
Inheritance Hierarchy
SystemObject
  SystemValueType
    NeoAxisBoundsI

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public struct BoundsI

The BoundsI type exposes the following members.

Constructors
 NameDescription
Public methodBoundsI(BoundsI)Initializes a new instance of the BoundsI class
Public methodBoundsI(Vector3I)Initializes a new instance of the BoundsI class
Public methodBoundsI(Vector3I, Vector3I)Initializes a new instance of the BoundsI class
Public methodBoundsI(Int32, Int32, Int32, Int32, Int32, Int32)Initializes a new instance of the BoundsI class
Top
Properties
 NameDescription
Public propertyItem 
Top
Methods
Operators
Fields
 NameDescription
Public fieldStatic memberCleared 
Public fieldMaximum 
Public fieldMinimum 
Public fieldStatic memberZero 
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also