getComponentSkeletalFieldDescriptor
getComponentSkeletalFieldDescriptor(
componentType): {atlasField:string;runtime:string;skeletonField:string; } |null
Defined in: scene/scene.ts:152
The skeleton/atlas pair a component carries, and whose runtime it belongs to.
Parameters
Section titled “Parameters”componentType
Section titled “componentType”string
Returns
Section titled “Returns”{ atlasField: string; runtime: string; skeletonField: string; } | null