class PanelShape constructor(scene: Scene, options: PanelConfigOptions2, val panelSurface: PanelSurface, sceneObject: SceneObject, var config: PanelShapeConfig? = null)
PanelShape
(
scene
, config
, panelSurface
, sceneObject
)
|
Signature
constructor(scene: Scene, config: PanelShapeConfig, panelSurface: PanelSurface, sceneObject: SceneObject) Parameters Returns |
PanelShape
(
scene
, options
, panelSurface
, sceneObject
, config
)
|
Signature
constructor(scene: Scene, options: PanelConfigOptions2, panelSurface: PanelSurface, sceneObject: SceneObject, config: PanelShapeConfig? = null) Parameters
scene:
Scene
options:
PanelConfigOptions2
panelSurface:
PanelSurface
sceneObject:
SceneObject
config:
PanelShapeConfig? Returns |
config
: PanelShapeConfig?
[Get][Set] |
Signature
var config: PanelShapeConfig? |
layer
: SceneLayer?
[Get][Set] |
Signature
var layer: SceneLayer? |
options
: PanelConfigOptions2
[Get][Set] |
Signature
lateinit var options: PanelConfigOptions2 |
panelSurface
: PanelSurface
[Get] |
Signature
val panelSurface: PanelSurface |
scale
: Vector3
[Get][Set] |
Signature
var scale: Vector3 |
destroy
()
|
Signature
fun destroy() |