Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CameraCullingMode

Lists options for interpreting a camera's culling mask. These are used by the Camera2D component.

Index

Enumeration members

Enumeration members

All

All: = 1

Renders only entities that have all of their components in cullingMask.

Any

Any: = 2

Renders only entities that have at least one of their components in cullingMask. This is similar to how Unity's cullingMask works.

Exclude

Exclude: = 3

Renders all entities except for those that have the components in cullingMask set.

None

None: = 0

Renders every renderable entity. Nothing is culled.

Generated using TypeDoc