scaling

fun scaling(value: Float): Node3D
fun scaling(value: Vec3f): Node3D

Sets the local scale of the Node3D.

Return

the current Node3D

Parameters

value

the new scale


fun scaling(x: Float, y: Float, z: Float): Node3D

Sets the local of the Node3D.

Return

the current Node3D

Parameters

x

the new x scale

y

the new y scale

z

the new z scale