Struct IntBounds
- Namespace
- VoxelPlayground.Ragdoll
- Assembly
- GamePlay.dll
public struct IntBounds
Constructors
IntBounds(Vector3Int, Vector3Int)
public IntBounds(Vector3Int min, Vector3Int max)
Parameters
minVector3IntmaxVector3Int
Fields
Max
public Vector3Int Max
Field Value
Min
public Vector3Int Min
Field Value
Methods
GetSize()
public Vector3Int GetSize()