SpineShaderInit class handles the initialization and management of Spine shader-related components.

SpineShaderInit 类用于处理 Spine 着色器相关组件的初始化和管理。

构造函数

属性

BONEMAT: number

Property ID for bone matrix.

骨骼矩阵的属性 ID。

instanceNMatrixDeclaration: VertexDeclaration

Vertex declaration for instance normal matrix.

实例法线矩阵的顶点声明。

instanceSimpleAnimatorDeclaration: VertexDeclaration

Vertex declaration for instance simple animator.

实例简单动画器的顶点声明。

SPINE_COLOR: ShaderDefine
SPINE_FAST: ShaderDefine

Shader define for fast Spine rendering.

快速 Spine 渲染的着色器定义。

SPINE_GPU_INSTANCE: ShaderDefine

Shader define for GPU instance rendering.

GPU 实例渲染的着色器定义。

SPINE_PREMULTIPLYALPHA: ShaderDefine
SPINE_RB: ShaderDefine

Shader define for Spine rendering with runtime blending.

运行时混合 Spine 渲染的着色器定义。

SPINE_SIMPLE: ShaderDefine
SPINE_UV: ShaderDefine
SpineNormalVertexDeclaration: VertexDeclaration

Vertex declaration for normal Spine rendering.

用于普通 Spine 渲染的顶点声明。

SpineTexture: number

Property ID for Spine texture.

Spine 纹理的属性 ID。

textureSpineAttribute: { [name: string]: [number, ShaderDataType] } = ...

TextureSV Mesh Descript.

纹理 Spine 顶点属性描述。

方法

  • 参数

    • value: number

      The blend mode value.

    • mat: Material

      The material to set the blend mode for.

    • premultipliedAlpha: boolean = true

      Whether to premultiply the alpha channel.

    返回 void

    Set the blend mode for Spine material.

    设置 Spine 材质的混合模式。