Table of Contents

Struct IntBounds

Namespace
VoxelPlayground.Ragdoll
Assembly
GamePlay.dll
public struct IntBounds

Constructors

IntBounds(Vector3Int, Vector3Int)

public IntBounds(Vector3Int min, Vector3Int max)

Parameters

min Vector3Int
max Vector3Int

Fields

Max

public Vector3Int Max

Field Value

Vector3Int

Min

public Vector3Int Min

Field Value

Vector3Int

Methods

GetSize()

public Vector3Int GetSize()

Returns

Vector3Int