kool-editor-model
Toggle table of contents
0.18.0
common
Platform filter
common
Switch theme
Search in API
kool-editor-model
kool-editor-model
/
de.fabmax.kool.editor.api
/
MeshLayoutInfo
Mesh
Layout
Info
data
class
MeshLayoutInfo
(
val
vertexLayout
:
List
<
Attribute
>
,
val
instanceLayout
:
List
<
Attribute
>
,
val
primitiveType
:
PrimitiveType
,
val
numJoints
:
Int
)
Members
Constructors
Mesh
Layout
Info
Link copied to clipboard
constructor
(
vertexLayout
:
List
<
Attribute
>
,
instanceLayout
:
List
<
Attribute
>
,
primitiveType
:
PrimitiveType
,
numJoints
:
Int
)
Properties
instance
Layout
Link copied to clipboard
val
instanceLayout
:
List
<
Attribute
>
num
Joints
Link copied to clipboard
val
numJoints
:
Int
primitive
Type
Link copied to clipboard
val
primitiveType
:
PrimitiveType
vertex
Layout
Link copied to clipboard
val
vertexLayout
:
List
<
Attribute
>