C# Class Pathfinding.Voxels.VoxelSpan

Mostra file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
area int
bottom uint
next VoxelSpan
top uint

Public Methods

Method Description
VoxelSpan ( uint b, uint t, int area ) : UnityEngine

Method Details

VoxelSpan() public method

public VoxelSpan ( uint b, uint t, int area ) : UnityEngine
b uint
t uint
area int
return UnityEngine

Property Details

area public_oe property

public int area
return int

bottom public_oe property

public uint bottom
return uint

next public_oe property

public VoxelSpan,Pathfinding.Voxels next
return VoxelSpan

top public_oe property

public uint top
return uint