Skip to content

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.

string

{ atlasField: string; runtime: string; skeletonField: string; } | null