Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CullingOptions

Index

Properties

Optional modifyPhysicsEnable

modifyPhysicsEnable?: boolean
memberof

Duck.Types.Camera.CullingOptions

description

Determines if the enabled property of PhysicsBodies will be modified base on if the renderable is culled

default

true

since

2.1.0

Optional preserveVisibility

preserveVisibility?: boolean
memberof

Duck.Types.Camera.CullingOptions

description

Determines if the visibility of the renderable is preserved, renderable's culled property will only be modified instead of the visibility property, this keeps hidden renderables hidden and visible renderables based on the culled property

default

true

since

2.1.0

Generated using TypeDoc