C# Class idTech4.Renderer.PortalArea

Show 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 property

public int AreaNumber
return int

ConnectedAreaNumber public 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 property

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

LightReference public property

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

Portals public property

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

ViewCount public property

Set by FindViewLightsAndEntities.
public int ViewCount
return int