C# Class idTech4.Renderer.AreaNode

Afficher le fichier Open project: iainmckay/idtech4.net Class Usage Examples

Méthodes publiques

Свойство Type Description
Children int[]
CommonChildrenArea int
Plane Plane

Property Details

Children public_oe property

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

CommonChildrenArea public_oe property

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

Plane public_oe property

public Plane Plane
Résultat Plane