struct Transform3D
Swift
struct Transform3D
Not documented.
Sources/LavaUI/Spatial.swift:40
Constructors
init(position: Vector3 = Vector3(0, 0, 0), rotation: Vector3 = Vector3(0, 0, 0), scale: Vector3 = [1, 1, 1])
Not documented.
Sources/LavaUI/Spatial.swift:45
Properties
var position: Vector3
Not documented.
Sources/LavaUI/Spatial.swift:41
var rotation: Vector3
Not documented.
Sources/LavaUI/Spatial.swift:42
var scale: Vector3
Not documented.
Sources/LavaUI/Spatial.swift:43