bettermodel
Toggle table of contents
3.1.0-SNAPSHOT-496
bettermodel-api
Target filter
bettermodel-api
Switch theme
Search in API
Skip to content
bettermodel
bettermodel-api
/
kr.toxicity.model.api.data.blueprint
/
BlueprintElement
/
Bone
Bone
interface
Bone
:
BlueprintElement
Represents an element that acts as a bone in the model's armature.
Since
1.15.2
Inheritors
Group
Locator
NullObject
Members
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
name
Link copied to clipboard
@
NotNull
abstract
fun
name
(
)
:
@
NotNull
BoneName
Returns the name of the bone.
origin
Link copied to clipboard
@
NotNull
abstract
fun
origin
(
)
:
@
NotNull
Float3
Returns the origin (pivot point) of the bone.
rotation
Link copied to clipboard
@
NotNull
open
fun
rotation
(
)
:
@
NotNull
Float3
Returns the rotation of the element.
uuid
Link copied to clipboard
@
NotNull
abstract
fun
uuid
(
)
:
@
NotNull
UUID
Returns the UUID of the bone.
visibility
Link copied to clipboard
open
fun
visibility
(
)
:
Boolean
Checks if the element is visible.