C# Class Pathfinding.Voxels.VoxelSpan

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

Méthodes publiques

Свойство Type Description
area int
bottom uint
next VoxelSpan
top uint

Méthodes publiques

Méthode Description
VoxelSpan ( uint b, uint t, int area ) : UnityEngine

Method Details

VoxelSpan() public méthode

public VoxelSpan ( uint b, uint t, int area ) : UnityEngine
b uint
t uint
area int
Résultat UnityEngine

Property Details

area public_oe property

public int area
Résultat int

bottom public_oe property

public uint bottom
Résultat uint

next public_oe property

public VoxelSpan,Pathfinding.Voxels next
Résultat VoxelSpan

top public_oe property

public uint top
Résultat uint