C# Class Pathfinding.Voxels.LinkedVoxelSpan

显示文件 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_oe property

public int area
return int

bottom public_oe property

public uint bottom
return uint

next public_oe property

public int next
return int

top public_oe property

public uint top
return uint