is2D property

bool get is2D

The is2D read-only property of the CSSTransformComponent interface indicates where the transform is 2D or 3D.

Implementation

external bool get is2D;
set is2D (bool value)

Implementation

external set is2D(bool value);