Documentation

​
​

Development

User Acquisition

Monetization

Industry

Asset Transformer SDK

2026.1

Supported
​

User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

2026.1

Supported
​

Asset Transformer SDK
​
​
pxz
  • Functions
Algo
  • Functions
  • Types
CAD
  • Functions
  • Types
Core
  • Functions
  • Events
  • Types
Geom
  • Functions
  • Types
IO
  • Functions
  • Types
Material
  • Functions
  • Events
  • Types
Polygonal
  • Functions
  • Types
Scene
  • Functions
  • Events
  • Types
Unity
  • Functions
  • Events
  • Types
View
  • Functions
  • Events
    • AfterFramebufferCreate
    • AfterViewerPropertyChanged
    • BeforeFramebufferDelete
    • BeforeViewerPropertyChanged
    • AnimationPausedOrStopped
    • AnimationPlayedOrResumed
    • AnimationPlayingStatusChanged
  • Types
  1. Asset Transformer SDK (ex Pixyz)

View

Python API events
Read time 1 minute
Last updated 9 months ago

AfterFramebufferCreate

def onAfterFramebufferCreate(viewer): passid = view.addAfterFramebufferCreateCallback(onAfterFramebufferCreate)...view.removeAfterFramebufferCreateCallback(id)
Parameters

Type

Name

Description

Viewerviewer

AfterViewerPropertyChanged

def onAfterViewerPropertyChanged(viewer, property): passid = view.addAfterViewerPropertyChangedCallback(onAfterViewerPropertyChanged)...view.removeAfterViewerPropertyChangedCallback(id)
Parameters

Type

Name

Description

ViewerviewerViewer id.
StringpropertyProperty changed.

BeforeFramebufferDelete

def onBeforeFramebufferDelete(viewer): passid = view.addBeforeFramebufferDeleteCallback(onBeforeFramebufferDelete)...view.removeBeforeFramebufferDeleteCallback(id)
Parameters

Type

Name

Description

Viewerviewer

BeforeViewerPropertyChanged

def onBeforeViewerPropertyChanged(viewer, property): passid = view.addBeforeViewerPropertyChangedCallback(onBeforeViewerPropertyChanged)...view.removeBeforeViewerPropertyChangedCallback(id)
Parameters

Type

Name

Description

ViewerviewerViewer id.
StringpropertyProperty changed.

AnimationPausedOrStopped

def onAnimationPausedOrStopped(animation): passid = view.addAnimationPausedOrStoppedCallback(onAnimationPausedOrStopped)...view.removeAnimationPausedOrStoppedCallback(id)
Parameters

Type

Name

Description

AnimationanimationPaused or stopped animation.

AnimationPlayedOrResumed

def onAnimationPlayedOrResumed(animation): passid = view.addAnimationPlayedOrResumedCallback(onAnimationPlayedOrResumed)...view.removeAnimationPlayedOrResumedCallback(id)
Parameters

Type

Name

Description

AnimationanimationPlayed or resumed animation.

AnimationPlayingStatusChanged

def onAnimationPlayingStatusChanged(animation, playInfo): passid = view.addAnimationPlayingStatusChangedCallback(onAnimationPlayingStatusChanged)...view.removeAnimationPlayingStatusChangedCallback(id)
Parameters

Type

Name

Description

AnimationanimationPaused or stopped animation.
AnimationPlayerInfoplayInfoAnimation info.

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • AfterFramebufferCreate

    • AfterViewerPropertyChanged

    • BeforeFramebufferDelete

    • BeforeViewerPropertyChanged

    • AnimationPausedOrStopped

    • AnimationPlayedOrResumed

    • AnimationPlayingStatusChanged


Report a problem with this page