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