C# Class Pathfinding.Voxels.CompactVoxelSpan

Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Méthodes publiques

Свойство Type Description
con uint
h uint
reg int
y ushort

Méthodes publiques

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

Method Details

CompactVoxelSpan() public méthode

public CompactVoxelSpan ( ushort bottom, uint height ) : UnityEngine
bottom ushort
height uint
Résultat UnityEngine

GetConnection() public méthode

public GetConnection ( int dir ) : int
dir int
Résultat int

SetConnection() public méthode

public SetConnection ( int dir, uint value ) : void
dir int
value uint
Résultat void

Property Details

con public_oe property

public uint con
Résultat uint

h public_oe property

public uint h
Résultat uint

reg public_oe property

public int reg
Résultat int

y public_oe property

public ushort y
Résultat ushort