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
    • AlgoInterface
    • AlignmentMode
    • AttributeType
    • BakeMaps
    • BakeOption
    • BakedValue
    • Box
    • BoxParameters
    • BricksReturn
    • CapsuleParameters
    • ComputingQuality
    • ConeParameters
    • ConvexityFilter
    • CostEvaluation
    • CreateOccluder
    • Cylinder
    • CylinderParameters
    • DecimateOptionsSelector
    • DecimateOptionsSelector.Type
    • DiskSegmentationMethod
    • ElementFilter
    • Feature
    • FeatureInput
    • FeatureInputList
    • FeatureList
    • FeatureType
    • FilletingMode
    • FlatteningStopCondition
    • GetAllAxisFromCADModelReturn
    • GetUVQualityMetricsReturn
    • GetVisibilityStatsReturn
    • HexahedronParameters
    • InnerOuterOption
    • MeshBooleanOperation
    • OccurrenceFeatures
    • OccurrenceFeaturesList
    • OctahedralImpostor
    • OrientStrategy
    • OrientStrategyAdvanced
    • Plane
    • PlaneParameters
    • PrimitiveShapeParameters
    • PrimitiveShapeParameters.Type
    • QualityMemoryTradeoff
    • QualitySpeedTradeoff
    • RatioUV3DMode
    • RelaxUVMethod
    • ReplaceByBoxType
    • ReplaceByMode
    • ReplaceByOccurrenceOptions
    • ReplaceByOption
    • ReplaceByOption.Type
    • ReplaceByPrimitiveOptions
    • SawingMode
    • SelectionLevel
    • Space
    • Sphere
    • SphereParameters
    • TransformationType
    • UVGenerationMode
    • UVImportanceEnum
    • UnwrapUVMethod
    • UseColorOption
    • UseColorOption.Type
    • VertexWeightStrategy
    • VisibilityToWeightMode
    • getPixelValue
    • getPixelValueList
  • UnityEngine.Pixyz.CAD
  • UnityEngine.Pixyz.Core
  • 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)

getPixelValueList

Class
Read time 1 minute
Last updated 9 months ago

Inheritance
  • object
  • getPixelValueList

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

Namespace: UnityEngine.Pixyz.Algo
[Serializable]public class getPixelValueList

Constructors

getPixelValueList(getPixelValue[])

public getPixelValueList(getPixelValue[] tab)
Parameters

Type

Name

Description

getPixelValue[]tab

getPixelValueList(int)

public getPixelValueList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

public getPixelValue this[int index] { get; set; }
Returns

Type

Description

getPixelValue

list

public getPixelValue[] list
Returns

Type

Description

getPixelValue[]

Operators

implicit operator getPixelValue[](getPixelValueList)

public static implicit operator getPixelValue[](getPixelValueList o)
Parameters

Type

Name

Description

getPixelValueListo
Returns

Type

Description

getPixelValue[]

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

      • getPixelValueList(getPixelValue[])

      • getPixelValueList(int)

    • Fields

      • length

      • this[int]

      • list

    • Operators

      • implicit operator getPixelValue[](getPixelValueList)


Report a problem with this page