Skip to content

Documentation / @ripl/3d / PlaneState

Interface: PlaneState ​

Defined in: 3d/src/elements/plane.ts:12

State interface for a plane, defining width and height.

Extends ​

Properties ​

PropertyTypeInherited fromDefined in
direction?DirectionShape3DState.directioncore/src/context/types.ts:120
fill?stringShape3DState.fillcore/src/context/types.ts:118
filter?stringShape3DState.filtercore/src/context/types.ts:119
font?stringShape3DState.fontcore/src/context/types.ts:121
fontKerning?FontKerningShape3DState.fontKerningcore/src/context/types.ts:122
globalCompositeOperation?unknownShape3DState.globalCompositeOperationcore/src/context/types.ts:124
heightnumber-3d/src/elements/plane.ts:14
lineCap?LineCapShape3DState.lineCapcore/src/context/types.ts:125
lineDash?number[]Shape3DState.lineDashcore/src/context/types.ts:126
lineDashOffset?numberShape3DState.lineDashOffsetcore/src/context/types.ts:127
lineJoin?LineJoinShape3DState.lineJoincore/src/context/types.ts:128
lineWidth?numberShape3DState.lineWidthcore/src/context/types.ts:129
miterLimit?numberShape3DState.miterLimitcore/src/context/types.ts:130
opacity?numberShape3DState.opacitycore/src/context/types.ts:123
rotation?RotationShape3DState.rotationcore/src/context/types.ts:143
rotationXnumberShape3DState.rotationX3d/src/core/shape.ts:71
rotationYnumberShape3DState.rotationY3d/src/core/shape.ts:72
rotationZnumberShape3DState.rotationZ3d/src/core/shape.ts:73
shadowBlur?numberShape3DState.shadowBlurcore/src/context/types.ts:131
shadowColor?stringShape3DState.shadowColorcore/src/context/types.ts:132
shadowOffsetX?numberShape3DState.shadowOffsetXcore/src/context/types.ts:133
shadowOffsetY?numberShape3DState.shadowOffsetYcore/src/context/types.ts:134
stroke?stringShape3DState.strokecore/src/context/types.ts:135
textAlign?TextAlignmentShape3DState.textAligncore/src/context/types.ts:136
textBaseline?TextBaselineShape3DState.textBaselinecore/src/context/types.ts:137
transformOriginX?TransformOriginShape3DState.transformOriginXcore/src/context/types.ts:144
transformOriginY?TransformOriginShape3DState.transformOriginYcore/src/context/types.ts:145
transformScaleX?numberShape3DState.transformScaleXcore/src/context/types.ts:141
transformScaleY?numberShape3DState.transformScaleYcore/src/context/types.ts:142
translateX?numberShape3DState.translateXcore/src/context/types.ts:139
translateY?numberShape3DState.translateYcore/src/context/types.ts:140
widthnumber-3d/src/elements/plane.ts:13
xnumberShape3DState.x3d/src/core/shape.ts:68
ynumberShape3DState.y3d/src/core/shape.ts:69
znumberShape3DState.z3d/src/core/shape.ts:70
zIndex?numberShape3DState.zIndexcore/src/context/types.ts:138