C# Class idTech4.Renderer.AreaReference

Areas have references to hold all the lights and entities in them.
Show file Open project: iainmckay/idtech4.net Class Usage Examples

Public Properties

Property Type Description
Area PortalArea
Entity idRenderEntity
NextArea AreaReference
NextOwner AreaReference
PreviousArea AreaReference

Property Details

Area public property

public PortalArea,idTech4.Renderer Area
return PortalArea

Entity public property

public idRenderEntity,idTech4.Renderer Entity
return idRenderEntity

NextArea public property

public AreaReference,idTech4.Renderer NextArea
return AreaReference

NextOwner public property

public AreaReference,idTech4.Renderer NextOwner
return AreaReference

PreviousArea public property

public AreaReference,idTech4.Renderer PreviousArea
return AreaReference