Options
All
  • Public
  • Public/Protected
  • All
V1.7
  • V1.6
  • V1.7
Menu

Enumeration PlanecastFlags

Used to filter types of planes when doing a plane cast.

Index

Enumeration members

kAllOrientations

kAllOrientations:

value = kVertical|kHorizontal|kArbitrary

kAllTypes

kAllTypes:

value = kCeiling|kFloor|kWall

kArbitrary

kArbitrary:

Include planes with arbitrary normals.

value = 1<<2

kCeiling

kCeiling:

Include planes tagged as ceiling.

value = 1<<6

kFlagInner

kFlagInner:

If this flag is set, inner planes will be returned; if it is not set, outer planes will be returned.

value = 1<<4

kFloor

kFloor:

Include planes tagged as floor.

value = 1<<7

kHorizontal

kHorizontal:

Include planes whose normal is parallel to gravity.

value = 1<<1

kIgnoreHoles

kIgnoreHoles:

Instructs the plane system to ignore holes in planar surfaces.

value = 1<<5

kOrientToGravity

kOrientToGravity:

For non-horizontal planes, setting this flag will result in the top of the plane rectangle being perpendicular to gravity.

value = 1<<3

kVertical

kVertical:

Include planes whose normal is perpendicular to gravity.

value = 1<<0

kWall

kWall:

Include planes tagged as wall.

value = 1<<8

Generated using TypeDoc