C# Class Pathfinding.Voxels.LinkedVoxelSpan

Show file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
area int
bottom uint
next int
top uint

Public Methods

Method Description
LinkedVoxelSpan ( uint bottom, uint top, int area ) : UnityEngine
LinkedVoxelSpan ( uint bottom, uint top, int area, int next ) : UnityEngine

Method Details

LinkedVoxelSpan() public method

public LinkedVoxelSpan ( uint bottom, uint top, int area ) : UnityEngine
bottom uint
top uint
area int
return UnityEngine

LinkedVoxelSpan() public method

public LinkedVoxelSpan ( uint bottom, uint top, int area, int next ) : UnityEngine
bottom uint
top uint
area int
next 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 int next
return int

top public property

public uint top
return uint