C# Class Grey.Vox.VoxFaceType

Show file Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Properties

Property Type Description
AllowTypes uint[]
Types uint[]

Public Methods

Method Description
CanShowFace ( VoxFaceType neighbor, int f ) : bool
SetAllMasks ( uint t ) : void
SetAllTypes ( uint t ) : void
VoxFaceType ( ) : System

Method Details

CanShowFace() public method

public CanShowFace ( VoxFaceType neighbor, int f ) : bool
neighbor VoxFaceType
f int
return bool

SetAllMasks() public method

public SetAllMasks ( uint t ) : void
t uint
return void

SetAllTypes() public method

public SetAllTypes ( uint t ) : void
t uint
return void

VoxFaceType() public method

public VoxFaceType ( ) : System
return System

Property Details

AllowTypes public property

public uint[] AllowTypes
return uint[]

Types public property

public uint[] Types
return uint[]