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
    • ImageChanged
    • MaterialChanged
  • Types
Polygonal
  • Functions
  • Types
Process [UI]
  • Functions
  • Types
Scene
  • Functions
  • Events
  • Types
Studio [UI]
  • Functions
  • Types
View
  • Functions
  • Events
  • Types
  1. Asset Transformer Studio

Material

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

ImageChanged

def onImageChanged(type, image): pass id = material.addImageChangedCallback(onImageChanged) ... material.removeImageChangedCallback(id)
Parameters

Type

Name

Description

ImageChangeTypetypeType of image change.
ImageimageImage changed.

MaterialChanged

def onMaterialChanged(type, material): pass id = material.addMaterialChangedCallback(onMaterialChanged) ... material.removeMaterialChangedCallback(id)
Parameters

Type

Name

Description

MaterialChangeTypetypeType of material change.
MaterialmaterialMaterial changed.

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
    • ImageChanged

    • MaterialChanged