Class Camera2DClippingPlanes
Constructors
constructor
Defined in RuntimeFull.ts:2743
Parameters
Optional near: number
Optional far: number
Properties
far
far: number
Defined in RuntimeFull.ts:2750
near
near: number
Defined in RuntimeFull.ts:2747
Static _isSharedComp
_isSharedComp: boolean
Defined in RuntimeFull.ts:2755
Static _size
_size: number
Defined in RuntimeFull.ts:2757
Static _view
_view: any
Defined in RuntimeFull.ts:2754
Static cid
cid: number
Defined in RuntimeFull.ts:2753
Static far
Defined in RuntimeFull.ts:2752
Static near
Defined in RuntimeFull.ts:2751
Methods
Static _dtorFn
Defined in RuntimeFull.ts:2761
Parameters
Returns void
Static _fromPtr
Defined in RuntimeFull.ts:2758
Parameters
Static _tempHeapPtr
Defined in RuntimeFull.ts:2760
Parameters
Returns number
Static _toPtr
Defined in RuntimeFull.ts:2759
Parameters
Returns void
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
Add this component to an entity with a Camera2D component to specify the distances from the camera to its near and far clipping planes. The camera draws elements between the clipping planes and ignores elements outside of them.