Strata - v1.4.10
GitHub
Examples
Preparing search index...
strata
SkeletonDefinition
Interface SkeletonDefinition
interface
SkeletonDefinition
{
animationTargets
?:
{
[
name
:
string
]:
string
[]
}
;
bones
:
BoneDefinition
[]
;
id
:
string
;
ikChains
?:
IKChainDefinition
[]
;
type
:
"custom"
|
"biped"
|
"quadruped"
|
"serpentine"
|
"avian"
|
"aquatic"
;
}
Index
Properties
animation
Targets?
bones
id
ik
Chains?
type
Properties
Optional
animation
Targets
animationTargets
?:
{
[
name
:
string
]:
string
[]
}
bones
bones
:
BoneDefinition
[]
id
id
:
string
Optional
ik
Chains
ikChains
?:
IKChainDefinition
[]
type
type
:
"custom"
|
"biped"
|
"quadruped"
|
"serpentine"
|
"avian"
|
"aquatic"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
animation
Targets
bones
id
ik
Chains
type
GitHub
Examples
Strata - v1.4.10
Loading...