跳转到内容

SpineAssetDiagnostic

此内容尚不支持你的语言。

Defined in: spine/spineSceneDiagnostics.ts:72

One loaded skeleton, and whether the entities on it may owe a world pose.

blockedBy: readonly SpineDeferralBlocker[]

Defined in: spine/spineSceneDiagnostics.ts:88

Empty exactly when mayDefer.


entities: number

Defined in: spine/spineSceneDiagnostics.ts:83

Entities posed by it, disabled ones included: it is the residency’s refcount.


envelope: "unknown" | "certified" | "observed"

Defined in: spine/spineSceneDiagnostics.ts:86

What the culling promise amounts to, not the rectangle itself.


era: string

Defined in: spine/spineSceneDiagnostics.ts:75

The era — one generation of one skeleton+atlas pair.


mayDefer: boolean

Defined in: spine/spineSceneDiagnostics.ts:84


pair: SpinePair

Defined in: spine/spineSceneDiagnostics.ts:81

The asset, as the two refs it is made of. Carried rather than split back out of era: a ref can be @uuid:... and a path can be C:/..., so anything routing a person to this asset has to be handed the pair.


version: SpineVersion

Defined in: spine/spineSceneDiagnostics.ts:73