bettermodel
Toggle table of contents
3.1.0-SNAPSHOT-495
bettermodel-api
Target filter
bettermodel-api
Switch theme
Search in API
Skip to content
bettermodel
bettermodel-api
/
kr.toxicity.model.api.data.blueprint
/
BlueprintElement
/
Camera
Camera
class
Camera
:
Record
,
BlueprintElement
Represents a camera element (currently a placeholder).
Since
1.15.2
Parameters
uuid
the UUID of the camera
Members
Constructors
Camera
Link copied to clipboard
constructor
(
)
Properties
MESH_
PIXEL
Link copied to clipboard
val
MESH_PIXEL
:
String
=
"mesh_pixel"
MESH_
TRIANGLE_
DUPLEX
Link copied to clipboard
val
MESH_TRIANGLE_DUPLEX
:
String
=
"mesh_triangle_duplex"
MESH_
TRIANGLE_
SINGLE
Link copied to clipboard
val
MESH_TRIANGLE_SINGLE
:
String
=
"mesh_triangle_single"
Functions
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
rotation
Link copied to clipboard
@
NotNull
open
fun
rotation
(
)
:
@
NotNull
Float3
Returns the rotation of the element.
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
visibility
Link copied to clipboard
open
fun
visibility
(
)
:
Boolean
Checks if the element is visible.