new Plane(widthopt, heightopt, paramopt)
平面
Parameters:
| Name | Type | Attributes | Default | Description | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
width |
number |
<optional> |
1.0 | 宽度,单位为米 | |||||||||||||||
height |
number |
<optional> |
1.0 | 高度,单位为米 | |||||||||||||||
param |
object |
<optional> |
初始参数
Properties
|
Members
-
height :number
-
设置/获取 平面高度(y方向 单位:米)
- Default Value:
- 1.0
-
width :number
-
设置/获取 平面宽度(x方向 单位:米)
- Default Value:
- 1.0