Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VertexEffectDelegate

Spine 顶点动画代理

Hierarchy

  • VertexEffectDelegate

Index

Constructors

constructor

Properties

_effectType

_effectType: string

_interpolation

_interpolation: Interpolation | null = null

_vertexEffect

_vertexEffect: VertexEffect | null = null

name

name: string = "sp.VertexEffectDelegate"

Methods

clear

  • clear(): void

getEffectType

  • getEffectType(): string

getJitterVertexEffect

  • getJitterVertexEffect(): null | VertexEffect

getSwirlVertexEffect

  • getSwirlVertexEffect(): null | VertexEffect

getVertexEffect

  • getVertexEffect(): null | VertexEffect

initJitter

  • initJitter(jitterX: number, jitterY: number): VertexEffect

initSwirlWithPow

  • initSwirlWithPow(radius: number, power: number): VertexEffect

initSwirlWithPowOut

  • initSwirlWithPowOut(radius: number, power: number): VertexEffect

Generated using TypeDoc