XRMediaCylinderLayerInit constructor
XRMediaCylinderLayerInit({
- XRRigidTransform? transform,
- double? radius,
- double? centralAngle,
- double? aspectRatio,
Implementation
factory XRMediaCylinderLayerInit(
{XRRigidTransform? transform,
double? radius,
double? centralAngle,
double? aspectRatio}) =>
XRMediaCylinderLayerInit._(
transform: transform ?? undefined,
radius: radius ?? 2.0,
centralAngle: centralAngle ?? 0.78539,
aspectRatio: aspectRatio ?? undefined);