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
​
​
UnityEngine.Pixyz
  • UnityEngine.Pixyz.API
  • UnityEngine.Pixyz.Algo
  • UnityEngine.Pixyz.CAD
  • UnityEngine.Pixyz.Core
  • UnityEngine.Pixyz.Geom
  • UnityEngine.Pixyz.IO
  • UnityEngine.Pixyz.Material
    • BlurFilter
    • CoeffOrTexture
    • CoeffOrTexture.Type
    • ColorMaterialInfos
    • ColorOrTexture
    • ColorOrTexture.Type
    • EdgeFilter
    • GetImageSizeReturn
    • GetImagesSizesReturn
    • GetPointsAndMaterialFromTextReturn
    • ImageChangeType
    • ImageComponentType
    • ImageDefinition
    • ImageDefinitionList
    • ImageLayout
    • ImageList
    • ImpostorMaterialInfos
    • MaterialChangeType
    • MaterialDefinition
    • MaterialDefinitionList
    • MaterialFromMapsReturn
    • MaterialInterface
    • MaterialInterface.ImageChangedDelegate
    • MaterialInterface.MaterialChangedDelegate
    • MaterialList
    • MaterialListList
    • MaterialPatternType
    • PBRMaterialInfos
    • PixelInfo
    • RemapIndexMapReturn
    • ResizeFilterMethod
    • RoI
    • ShaderUniformType
    • StandardMaterialInfos
    • Texture
    • UnlitTextureMaterialInfos
  • UnityEngine.Pixyz.Polygonal
  • UnityEngine.Pixyz.Raytrace
  • UnityEngine.Pixyz.Scene
  • UnityEngine.Pixyz.Unity
  • UnityEngine.Pixyz.View
  1. Asset Transformer SDK (ex Pixyz)

ImpostorMaterialInfos

Class
Read time 1 minute
Last updated 9 months ago

Inheritance
  • object
  • ImpostorMaterialInfos

Inherited Members
  • Equals(object)
  • Equals(object, object)
  • GetHashCode()
  • GetType()
  • MemberwiseClone()
  • ReferenceEquals(object, object)
  • ToString()

Namespace: UnityEngine.Pixyz.Material
[Serializable]public class ImpostorMaterialInfos

Constructors

ImpostorMaterialInfos()

public ImpostorMaterialInfos()

ImpostorMaterialInfos(ImpostorMaterialInfos)

public ImpostorMaterialInfos(ImpostorMaterialInfos o)
Parameters

Type

Name

Description

ImpostorMaterialInfoso

Fields

name

public string name
Returns

Type

Description

string

albedo

public ColorOrTexture albedo
Returns

Type

Description

ColorOrTexture

normal

public ColorOrTexture normal
Returns

Type

Description

ColorOrTexture

roughness

public CoeffOrTexture roughness
Returns

Type

Description

CoeffOrTexture

ao

public CoeffOrTexture ao
Returns

Type

Description

CoeffOrTexture

depth

public CoeffOrTexture depth
Returns

Type

Description

CoeffOrTexture

nbFrames

public int nbFrames
Returns

Type

Description

int

fullOcta

public bool fullOcta
Returns

Type

Description

bool

octaDiameter

public double octaDiameter
Returns

Type

Description

double

linearSteps

public int linearSteps
Returns

Type

Description

int

binarySteps

public int binarySteps
Returns

Type

Description

int

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

      • ImpostorMaterialInfos()

      • ImpostorMaterialInfos(ImpostorMaterialInfos)

    • Fields

      • name

      • albedo

      • normal

      • roughness

      • ao

      • depth

      • nbFrames

      • fullOcta

      • octaDiameter

      • linearSteps

      • binarySteps


Report a problem with this page