C# Class idTech4.Collision.CollisionModelPolygon

ファイルを表示 Open project: iainmckay/idtech4.net Class Usage Examples

Public Properties

Property Type Description
Bounds idBounds
CheckCount int
Contents ContentFlags
Edges int[]
Material idTech4.Renderer.idMaterial
Plane Plane

Property Details

Bounds public_oe property

Polygon bounds.
public idBounds Bounds
return idBounds

CheckCount public_oe property

For multi-check avoidance.
public int CheckCount
return int

Contents public_oe property

Contents behind polygon.
public ContentFlags Contents
return ContentFlags

Edges public_oe property

Variable sized, indexes into cm_edge_t list.
public int[] Edges
return int[]

Material public_oe property

Material.
public idMaterial,idTech4.Renderer Material
return idTech4.Renderer.idMaterial

Plane public_oe property

Polygon plane.
public Plane Plane
return Plane