C# Class idTech4.Renderer.PortalArea

Mostra file Open project: iainmckay/idtech4.net Class Usage Examples

Public Properties

Property Type Description
AreaNumber int
ConnectedAreaNumber int[]
EntityReference AreaReference
LightReference AreaReference
Portals Portal
ViewCount int

Property Details

AreaNumber public_oe property

public int AreaNumber
return 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
return int[]

EntityReference public_oe property

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

LightReference public_oe property

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

Portals public_oe property

Never changes after load.
public Portal,idTech4.Renderer Portals
return Portal

ViewCount public_oe property

Set by FindViewLightsAndEntities.
public int ViewCount
return int