C# Class Axiom.SceneManagers.Bsp.InternalBspFace

Show file Open project: WolfgangSt/axiom Class Usage Examples

Public Properties

Property Type Description
elemCount int
elemStart int
lmTexture int
shader int
type BspFaceType
unknown int
vertCount int
vertStart int

Property Details

elemCount public property

public int elemCount
return int

elemStart public property

public int elemStart
return int

lmTexture public property

public int lmTexture
return int

shader public property

public int shader
return int

type public property

public BspFaceType type
return BspFaceType

unknown public property

public int unknown
return int

vertCount public property

public int vertCount
return int

vertStart public property

public int vertStart
return int