C# Class idTech4.Renderer.PortalArea

Afficher le fichier Open project: iainmckay/idtech4.net Class Usage Examples

Méthodes publiques

Свойство Type Description
AreaNumber int
ConnectedAreaNumber int[]
EntityReference AreaReference
LightReference AreaReference
Portals Portal
ViewCount int

Property Details

AreaNumber public_oe property

public int AreaNumber
Résultat int

ConnectedAreaNumber public_oe property

If two areas have matching connectedAreaNum, they are not separated by a portal with the apropriate PS_BLOCK_* blockingBits.
public int[] ConnectedAreaNumber
Résultat int[]

EntityReference public_oe property

Head/tail of doubly linked list, may change.
public AreaReference,idTech4.Renderer EntityReference
Résultat AreaReference

LightReference public_oe property

Head/tail of doubly linked list, may change.
public AreaReference,idTech4.Renderer LightReference
Résultat AreaReference

Portals public_oe property

Never changes after load.
public Portal,idTech4.Renderer Portals
Résultat Portal

ViewCount public_oe property

Set by FindViewLightsAndEntities.
public int ViewCount
Résultat int