C# Class idTech4.Renderer.AreaReference

Areas have references to hold all the lights and entities in them.
显示文件 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_oe property

public PortalArea,idTech4.Renderer Area
return PortalArea

Entity public_oe property

public idRenderEntity,idTech4.Renderer Entity
return idRenderEntity

NextArea public_oe property

public AreaReference,idTech4.Renderer NextArea
return AreaReference

NextOwner public_oe property

public AreaReference,idTech4.Renderer NextOwner
return AreaReference

PreviousArea public_oe property

public AreaReference,idTech4.Renderer PreviousArea
return AreaReference