C# Class idTech4.Renderer.AreaNode

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

Public Properties

Property Type Description
Children int[]
CommonChildrenArea int
Plane Plane

Property Details

Children public property

Negative numbers are (-1 - areaNumber), 0 = solid.
public int[] Children
return int[]

CommonChildrenArea public property

If all children are either solid or a single area, this is the area number, else CHILDREN_HAVE_MULTIPLE_AREAS.
public int CommonChildrenArea
return int

Plane public property

public Plane Plane
return Plane