docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Namespace Unity.Cloud.Assets

    Classes

    AssetCollectionCreation

    This object contains the information about an asset collection.

    AssetCollectionUpdate

    AssetCreation

    AssetExtensions

    AssetFreeze

    AssetInfo

    AssetLabelQueryBuilder

    A class that builds and executes a query to return a set of labels assigned to an asset.

    AssetProjectCreation

    AssetProjectQueryBuilder

    A class that builds and executes a query to return a set of projects.

    AssetQueryBuilder

    A class that builds and executes a query to return a set of assets.

    AssetReferenceQueryBuilder

    A class that builds and executes a query to return a set of references to an asset.

    AssetReferenceSearchFilter

    A class that defines search criteria for an IAssetReference query.

    AssetRepositoryExtensions

    AssetRepositoryFactory

    AssetSearchCriteria

    A structure for defining the criteria of an IAsset search request.

    AssetSearchCriteriaWithMinimumMatch

    A structure for defining the criteria of an IAsset search request.

    AssetSearchFilter

    A structure for defining the criteria of an IAsset search request.

    AssetStateSearchCriteria

    A simple Asset type search but wrapped in a type.

    AssetTypeExtensions

    AssetTypeSearchCriteria

    A simple Asset type search but wrapped in a type.

    AssetUpdate

    This is a base class containing the information necessary to update an asset.

    AuthoringInfo

    Contains information about the author and the editor.

    AuthoringInfoSearchFilter

    A structure for defining the criteria of an IFile search request.

    BaseSearchCriteria

    Implement this interface to manage a type of criteria for searches.

    BooleanMetadata

    CollectionPathUtilities

    CollectionQueryBuilder

    A class that builds and executes a query to return a set of collections.

    CompoundSearchCriteria

    A structure for defining criteria which represent a reference type.

    ConditionalSearchCriteria<T>

    CreateCollectionFailedException

    DatasetCreation

    DatasetInfo

    DatasetSearchCriteria

    A structure for defining the criteria of an IDataset search request.

    DatasetUpdate

    DateTimeMetadata

    FieldDefinitionCreation

    FieldDefinitionExtensions

    FieldDefinitionQueryBuilder

    A class that builds and executes a query to return a set of field definitions.

    FieldDefinitionSearchFilter

    A class that defines search criteria for an IFieldDefinition query.

    FieldDefinitionUpdate

    FileCreation

    FileSearchCriteria

    A structure for defining the criteria of an IFile search request.

    FileUpdate

    GenericPolygonTargetTransformation

    GlbPreviewTransformation

    Produce a simplified GLB representation of a 3D model.

    GroupAndCountAssetsQueryBuilder

    A class that builds and executes a query to return an asset count.

    GroupableFieldValue

    The result of a group and count operation.

    InvalidUrlException

    JsonObject

    JsonObject class for encapsulating generic object types. We use this to hide internal Json implementation details.

    LabelCreation

    LabelQueryBuilder

    A class that builds and executes a query to return a set of labels.

    LabelSearchFilter

    A class the defines the search criteria for a ILabel query.

    LabelUpdate

    ListSearchCriteria<T>

    MetadataExtensions

    MetadataExtractionTransformation

    Generate a metadata JSON file containing extracted 3D model metadata. The metadata is also added to the asset.

    MetadataQueryBuilder

    A class that builds and executes a query to return a set of metadata.

    MetadataSearchCriteria

    MetadataValue

    A class that represents a metadata value.

    MultiSelectionMetadata

    A class for manipulating a multi-selection metadata value.

    NullableSearchCriteria<T>

    NumberMetadata

    NumericRange

    Defines a numeric range for searching.

    NumericRangePredicate

    NumericSearchCriteria<T>

    OptimizeAndConvertFreeTransformation

    Optimize and convert generic file formats.

    OptimizeAndConvertProTransformation

    Optimize and convert all supported 3D file formats. Only available in the Unity Pro and Enterprise/Industry Tiers.

    ProjectExtensions

    QueryListParameter<T>

    QueryParameter<T>

    SearchCriteria<T>

    SearchUtilities

    SelectionFieldDefinitionCreation

    SingleSelectionMetadata

    A class for manipulating a single selection metadata value.

    StatusFlowQueryBuilder

    A class that builds and executes a query to return a set of statuses.

    StringMetadata

    StringPredicate

    Defines a string operator for searching.

    StringSearchCriteria

    Exposes partial string searches.

    ThumbnailGeneratorTransformation

    Produce four 2d images from the X, Y, Z, and Isometric-front-left directions for previewing purposes.

    TransformationCreation

    TransformationQueryBuilder

    A class that builds and executes a query to return a set of transformations.

    TransformationSearchFilter

    A class that defines search criteria for an ITransformation query.

    UploadFailedException

    UrlMetadata

    A class for manipulating a url metadata value.

    UserMetadata

    VersionQueryBuilder

    A class that builds and executes a query to return a the versions of an asset.

    VideoTranscodingTransformation

    Transcode videos so that they can be scrubbed at high fidelity in the web viewer.

    Structs

    AssetCacheConfiguration

    Sets the cache configuration for an asset.

    AssetCollectionCacheConfiguration

    Sets the cache configuration for an asset collection.

    AssetCollectionProperties

    The properties of an IAssetCollection.

    AssetProjectCacheConfiguration

    Sets the cache configuration for a project.

    AssetProjectProperties

    The properties of an IAssetProject.

    AssetProperties

    The properties of an IAsset.

    AssetRepositoryCacheConfiguration

    Sets the cache configuration for all entities of the asset repository.

    CollectionDescriptor

    This struct contains the identifiers for a collection.

    CollectionPath

    Represents a path to an element.

    DatasetCacheConfiguration

    DatasetProperties

    The properties of an IDataset.

    FieldDefinitionCacheConfiguration

    Sets the cache configuration for a field definition.

    FieldDefinitionDescriptor

    This struct contains the identifiers for a project.

    FieldDefinitionOrigin

    This struct holds information about field definition origin identifier.

    FieldDefinitionProperties

    The properties of an IFieldDefinition.

    FileCacheConfiguration

    FileProperties

    The properties of an IFile.

    GeneratedTag

    A struct containing the information of a generated tag.

    Groupable

    Defines a parameter that can be used to group assets.

    LabelCacheConfiguration

    Sets the cache configuration for a label.

    LabelDescriptor

    This struct contains the identifiers for a label.

    LabelProperties

    The properties of an ILabel.

    SearchConditionRange

    SelectionFieldDefinitionProperties

    The properties of an ISelectionFieldDefinition.

    StatusFlowDescriptor

    This struct contains the identifiers for a status flow.

    TransformationCacheConfiguration

    Sets the cache configuration for a transformation.

    TransformationDescriptor

    TransformationId

    Holds information about a transformation identifier.

    TransformationProperties

    The properties of an ITransformation.

    Interfaces

    IAsset

    An interface containing the information about an asset.

    IAssetCollection

    This object contains the information about an asset collection.

    IAssetCollectionCreation

    This object contains the information about an asset collection.

    IAssetCollectionUpdate

    IAssetCreation

    IAssetFreeze

    IAssetInfo

    IAssetProject

    This class contains all the information about a cloud project.

    IAssetProjectCreation

    IAssetReference

    An interface containing the information about the reference between two assets.

    IAssetRepository

    An interface that provides all the methods to interact with asset entities.

    IAssetSearchFilter

    A structure that defines the criteria of an IAsset search query.

    IAssetUpdate

    This is a base class containing the information necessary to update an asset.

    IDataset

    IDatasetCreation

    IDatasetInfo

    IDatasetUpdate

    IDeserializable

    IDeserializable is an interface for wrapping generic objects that might be returned as part of HTTP requests.

    IFieldDefinition

    IFieldDefinitionCreation

    IFieldDefinitionUpdate

    IFile

    IFileCreation

    File properties for creation.

    IFileUpdate

    File properties for updating.

    ILabel

    ILabelCreation

    ILabelUpdate

    IMetadataContainer

    IReadOnlyMetadataContainer

    ISelectionFieldDefinition

    ISelectionFieldDefinitionCreation

    IStatus

    IStatusFlow

    An interface containing information about a status flow for an asset.

    IStatusTransition

    ITransformation

    ITransformationCreation

    Enums

    AssetFreezeOperation

    AssetReferenceSearchFilter.Context

    AssetState

    The states of an asset.

    AssetStatusAction

    AssetType

    Asset's type accepted values.

    FieldDefinitionType

    GroupableField

    GroupableFieldValueType

    The type of GroupableFieldValue.

    MetadataOwner

    MetadataValueType

    OptimizeAndConvertProTransformation.OptimizeStrategy

    SortingOrder

    Defines the sorting order.

    StringSearchCriteria.SearchOptions

    StringSearchOption

    Available options for string searches.

    TransformationStatus

    WorkflowType

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)