C# Class Pathfinding.Voxels.VoxelCell

显示文件 Open project: henryj41043/TheUnseen

Public Properties

Property Type Description
firstSpan VoxelSpan

Public Methods

Method Description
AddSpan ( uint bottom, uint top, int area, int voxelWalkableClimb ) : void

Method Details

AddSpan() public method

public AddSpan ( uint bottom, uint top, int area, int voxelWalkableClimb ) : void
bottom uint
top uint
area int
voxelWalkableClimb int
return void

Property Details

firstSpan public_oe property

public VoxelSpan,Pathfinding.Voxels firstSpan
return VoxelSpan