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
    • AliasTypeDesc
    • ArrayTypeDesc
    • AutoValueReturn
    • AvailableMemoryReturn
    • BoolList
    • BoundedInteger
    • ByteList
    • CaptchaCallback
    • CheckForUpdatesReturn
    • Color
    • ColorAlpha
    • ColorAlphaList
    • ColorAlphaListList
    • ColorList
    • ConstantDesc
    • ConstantDescList
    • CoreInterface
    • CoreInterface.AfterCustomPropertyAddedDelegate
    • CoreInterface.AfterEntityPropertyChangedDelegate
    • CoreInterface.AfterModulePropertyChangedDelegate
    • CoreInterface.AfterUndoRedoDelegate
    • CoreInterface.AtExitDelegate
    • CoreInterface.BeforeEntityPropertyChangedDelegate
    • CoreInterface.BeforeModulePropertyChangedDelegate
    • CoreInterface.BeforeSessionResetDelegate
    • CoreInterface.BeforeUndoRedoDelegate
    • CoreInterface.CaptchaCallback
    • CoreInterface.CurrentFileChangedDelegate
    • CoreInterface.DebugEventDelegate
    • CoreInterface.EnteringUnsafeModeDelegate
    • CoreInterface.EntityDestroyedDelegate
    • CoreInterface.LeavingUnsafeModeDelegate
    • CoreInterface.LicenseClientDisconnectedDelegate
    • CoreInterface.LicenseClientReconnectedDelegate
    • CoreInterface.OnConsoleMessageDelegate
    • CoreInterface.OnSessionResetDelegate
    • CoreInterface.ParallelCallback
    • CoreInterface.ProgressChangedDelegate
    • CoreInterface.ProgressStepFinishedDelegate
    • CoreInterface.ProgressStepStartDelegate
    • CoreInterface.UndoRedoStackChangedDelegate
    • Date
    • DoubleList
    • DoubleListList
    • EntityList
    • EntityListList
    • EnumPropertyInfo
    • EnumTypeDesc
    • EventDesc
    • EventDescList
    • Field
    • FieldList
    • FilePathList
    • Format
    • FormatList
    • FunctionDesc
    • FunctionDescList
    • GetInterfaceLoggerConfigurationReturn
    • GetLicenseErrorReturn
    • GetLicenseServerReturn
    • GroupDesc
    • GroupDescList
    • IdentPair
    • IdentPairList
    • InheritableBool
    • InheritableBoolList
    • IntList
    • IntListList
    • LicenseInfos
    • ListTypeDesc
    • ModuleDesc
    • ModuleDescList
    • ParallelCallback
    • ParameterDesc
    • ParameterDescList
    • PropertyInfo
    • PropertyInfoList
    • PropertyInfoListList
    • PropertyType
    • PropertyTypeList
    • PtrList
    • SelType
    • SelTypeList
    • SelectTypeDesc
    • Stability
    • StringList
    • StringPair
    • StringPairList
    • StringPairListList
    • StructTypeDesc
    • TypeDesc
    • TypeDescDef
    • TypeDescDef.Type
    • TypeDescList
    • TypeDescType
    • ULongList
    • Verbose
    • WebLicenseInfo
    • WebLicenseInfoList
  • UnityEngine.Pixyz.Geom
  • UnityEngine.Pixyz.IO
  • UnityEngine.Pixyz.Material
  • UnityEngine.Pixyz.Polygonal
  • UnityEngine.Pixyz.Raytrace
  • UnityEngine.Pixyz.Scene
  • UnityEngine.Pixyz.Unity
  • UnityEngine.Pixyz.View
  1. Asset Transformer SDK (ex Pixyz)

PropertyInfo

Class
Read time 1 minute
Last updated 9 months ago

Inheritance
  • object
  • PropertyInfo

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

Namespace: UnityEngine.Pixyz.Core
[Serializable]public class PropertyInfo

Constructors

PropertyInfo()

public PropertyInfo()

PropertyInfo(PropertyInfo)

public PropertyInfo(PropertyInfo o)
Parameters

Type

Name

Description

PropertyInfoo

Fields

name

public string name
Returns

Type

Description

string

type

public PropertyType type
Returns

Type

Description

PropertyType

subType

public int subType
Returns

Type

Description

int

value

public string value
Returns

Type

Description

string

user

public bool user
Returns

Type

Description

bool

defaultValue

public string defaultValue
Returns

Type

Description

string

editable

public bool editable
Returns

Type

Description

bool

isSet

public bool isSet
Returns

Type

Description

bool

delegated

public bool delegated
Returns

Type

Description

bool

delegatedOwnerEntity

public uint delegatedOwnerEntity
Returns

Type

Description

uint

group

public string group
Returns

Type

Description

string

description

public string description
Returns

Type

Description

string

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

      • PropertyInfo()

      • PropertyInfo(PropertyInfo)

    • Fields

      • name

      • type

      • subType

      • value

      • user

      • defaultValue

      • editable

      • isSet

      • delegated

      • delegatedOwnerEntity

      • group

      • description


Report a problem with this page