Documentation

​
​

Development

User Acquisition

Monetization

Industry

Asset Transformer Studio

2026.5.0

Supported
​

User Manual

Python API

Changelog

Asset Transformer Studio

2026.5.0

Supported
​

Asset Transformer Studio
​
​
pxz
  • Functions
Algo
  • Functions
  • Types
CAD
  • Functions
  • Types
Core
  • Functions
  • Events
  • Types
Geom
  • Functions
  • Types
Material
  • Functions
  • Events
  • Types
Polygonal
  • Functions
  • Types
Process [UI]
  • Functions
  • Types
Scene
  • Functions
  • Events
  • Types
Studio [UI]
  • Functions
  • Types
View
  • Functions
  • Events
    • AfterFramebufferCreate
    • AfterViewerPropertyChanged
    • BeforeFramebufferDelete
    • BeforeViewerPropertyChanged
    • AnimationPausedOrStopped
    • AnimationPlayedOrResumed
    • AnimationPlayingStatusChanged
  • Types
  1. Asset Transformer Studio

View

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

AfterFramebufferCreate

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

Type

Name

Description

Viewerviewer

AfterViewerPropertyChanged

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

Type

Name

Description

ViewerviewerViewer id.
StringpropertyProperty changed.

BeforeFramebufferDelete

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

Type

Name

Description

Viewerviewer

BeforeViewerPropertyChanged

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

Type

Name

Description

ViewerviewerViewer id.
StringpropertyProperty changed.

AnimationPausedOrStopped

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

Type

Name

Description

AnimationanimationPaused or stopped animation.

AnimationPlayedOrResumed

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

Type

Name

Description

AnimationanimationPlayed or resumed animation.

AnimationPlayingStatusChanged

def onAnimationPlayingStatusChanged(animation, playInfo): pass id = 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