mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-25 19:21:26 +08:00
49 lines
1.3 KiB
Plaintext
49 lines
1.3 KiB
Plaintext
# Excluded types (whole type is skipped)
|
|
type: SkeletonClipping
|
|
type: Triangulator
|
|
type: SpineObject
|
|
type: TextureLoader
|
|
type: DebugExtension
|
|
type: DefaultSpineExtension
|
|
type: SpineExtension
|
|
type: Updateable
|
|
type: Pair
|
|
type: EventListener
|
|
type: AnimationStateListener
|
|
type: AnimationStateListenerObject
|
|
type: Pool
|
|
type: ContainerUtil
|
|
type: BlockAllocator
|
|
type: MathUtil
|
|
type: Vector
|
|
type: PoolObject
|
|
type: HasRendererObject
|
|
type: String
|
|
type: StringBuffer
|
|
type: EventQueue
|
|
type: Json
|
|
type: BaseTimeline
|
|
|
|
# Excluded methods (specific methods on otherwise included types)
|
|
method: AnimationState::setListener
|
|
method: AnimationState::addListener
|
|
method: AnimationState::removeListener
|
|
method: AnimationState::clearListeners
|
|
method: AnimationState::disableQueue
|
|
method: AnimationState::enableQueue
|
|
method: AnimationState::setManualTrackEntryDisposal
|
|
method: AnimationState::getManualTrackEntryDisposal
|
|
method: Skeleton::updateCache
|
|
method: Skeleton::printUpdateCache
|
|
method: SkeletonData::setName
|
|
method: SkeletonData::setVersion
|
|
method: SkeletonData::setHash
|
|
method: SkeletonData::setImagesPath
|
|
method: SkeletonData::setAudioPath
|
|
method: SkeletonData::setFps
|
|
method: EventData::setIntValue
|
|
method: EventData::setFloatValue
|
|
method: EventData::setStringValue
|
|
method: EventData::setAudioPath
|
|
method: EventData::setVolume
|
|
method: EventData::setBalance |