C# Class Pathfinding.Voxels.VoxelSpan

Show 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 property

public int area
return int

bottom public property

public uint bottom
return uint

next public property

public VoxelSpan,Pathfinding.Voxels next
return VoxelSpan

top public property

public uint top
return uint