Documentation

​
​

Development

User Acquisition

Monetization

Industry

Asset Transformer SDK

2025.7

Supported
​

User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

2025.7

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
  • UnityEngine.Pixyz.Polygonal
  • UnityEngine.Pixyz.Scene
    • AlternativeTreeList
    • AnimChannelInfo
    • AnimChannelList
    • AnimChannelType
    • AnimPropertyBinder
    • AnimPropertyBinderList
    • AnimationInfo
    • AnimationList
    • AnnotationDefinition
    • AnnotationDefinitionList
    • AnnotationGroupList
    • AnnotationList
    • ComponentChangeType
    • ComponentList
    • ComponentType
    • EvaluateExpressionOnSubTreeReturn
    • Filter
    • FilterList
    • GetBRepInfosReturn
    • GetPartsTransformsIndexedReturn
    • GetSubTreeStatsReturn
    • GetTessellationInfosReturn
    • GetTessellationParametersReturn
    • GetViewpointsFromCavitiesReturn
    • JointDefinition
    • JointDefinitionList
    • KeyframeList
    • LODComponentList
    • LODList
    • LightType
    • MaterialCount
    • MaterialCountList
    • MergeByRegionsStrategy
    • MergeByRegionsStrategy.Type
    • MergeHiddenPartsMode
    • MergeStrategy
    • MetadataDefinition
    • MetadataDefinitionList
    • MetadataList
    • OccurrenceList
    • OccurrenceListList
    • PackedTree
    • PartList
    • PartialLoad_Status
    • Primitive_Type
    • ProberInfo
    • ProductViewDefinition
    • ProductViewDefinitionList
    • PropertyValue
    • PropertyValueList
    • RayHit
    • RayHitList
    • ResizeByMaximumSizeOptions
    • ResizeByTexturesOptions
    • ResizeByTexturesOptions.Type
    • ResizeTexturesInputMode
    • ResizeTexturesInputMode.Type
    • ResizeTexturesResizeMode
    • ResizeTexturesResizeMode.Type
    • SceneChangeType
    • SceneInterface
    • SceneInterface.AnimationAddedDelegate
    • SceneInterface.AnimationChangedDelegate
    • SceneInterface.AnimationClearedDelegate
    • SceneInterface.AnimationRemovedDelegate
    • SceneInterface.ComponentChangedDelegate
    • SceneInterface.IsolateBeganDelegate
    • SceneInterface.IsolateEndedDelegate
    • SceneInterface.SceneChangedDelegate
    • SceneInterface.SelectionChangedDelegate
    • SceneInterface.VariantChangedDelegate
    • SceneInterface.onRayProbeDelegate
    • SceneInterface.onSphereProbeDelegate
    • SelectionChangeType
    • ShapeType
    • TessellatedShapeList
    • UVGenerationMode
    • VariantChangeType
    • VariantComponentList
    • VariantDefinition
    • VariantDefinitionList
    • VariantDefinitionListList
    • VariantList
    • VariantMaterialList
    • VariantMaterials
    • VisibilityMode
  • UnityEngine.Pixyz.Unity
  • UnityEngine.Pixyz.View
  1. Asset Transformer SDK (ex Pixyz)

FilterList

Class
Read time 1 minute
Last updated 9 months ago

Inheritance
  • object
  • FilterList

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

Namespace: UnityEngine.Pixyz.Scene
[Serializable]public class FilterList

Constructors

FilterList(Filter[])

public FilterList(Filter[] tab)
Parameters

Type

Name

Description

Filter[]tab

FilterList(int)

public FilterList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

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

Type

Description

Filter

list

public Filter[] list
Returns

Type

Description

Filter[]

Operators

implicit operator Filter[](FilterList)

public static implicit operator Filter[](FilterList o)
Parameters

Type

Name

Description

FilterListo
Returns

Type

Description

Filter[]

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

      • FilterList(Filter[])

      • FilterList(int)

    • Fields

      • length

      • this[int]

      • list

    • Operators

      • implicit operator Filter[](FilterList)


Report a problem with this page