C# Class Pathfinding.Voxels.CompactVoxelSpan

Show file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
con uint
h uint
reg int
y ushort

Public Methods

Method Description
CompactVoxelSpan ( ushort bottom, uint height ) : UnityEngine
GetConnection ( int dir ) : int
SetConnection ( int dir, uint value ) : void

Method Details

CompactVoxelSpan() public method

public CompactVoxelSpan ( ushort bottom, uint height ) : UnityEngine
bottom ushort
height uint
return UnityEngine

GetConnection() public method

public GetConnection ( int dir ) : int
dir int
return int

SetConnection() public method

public SetConnection ( int dir, uint value ) : void
dir int
value uint
return void

Property Details

con public property

public uint con
return uint

h public property

public uint h
return uint

reg public property

public int reg
return int

y public property

public ushort y
return ushort