C# Class entity.Renderers.LightmapViewer.polygonInfo

All the info required for each polygon on the screen
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
breakSurface byte
flags byte
indices short[]
material short
plane int

Méthodes publiques

Méthode Description
polygonInfo ( ) : System

Method Details

polygonInfo() public méthode

public polygonInfo ( ) : System
Résultat System

Property Details

breakSurface public_oe property

Breakable Surface # ?? Maybe part of flags?
public byte breakSurface
Résultat byte

flags public_oe property

Polygon flags
public byte flags
Résultat byte

indices public_oe property

The indices of the polygon
public short[] indices
Résultat short[]

material public_oe property

The material of the polygon
public short material
Résultat short

plane public_oe property

The plane index of the polygon
public int plane
Résultat int