共用方式為


AssetFileType Struct

Definition

An extensible enum representing the filetype of the asset.

public readonly struct AssetFileType : IEquatable<Azure.MixedReality.ObjectAnchors.Conversion.AssetFileType>
type AssetFileType = struct
Public Structure AssetFileType
Implements IEquatable(Of AssetFileType)
Inheritance
AssetFileType
Implements

Constructors

AssetFileType(String)

Initializes a new instance of the AssetFileType struct.

Properties

Fbx

The FBX asset file type.

Glb

The GLB asset file type.

Gltf

The GLTF asset file type.

Obj

The OBJ asset file type.

Ply

The PLY asset file type.

Methods

Equals(AssetFileType)

Indicates whether the current object is equal to another object of the same type.

FromFilePath(String)

Returns an AssetFileType derived from the extension of a provided file name.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(AssetFileType, AssetFileType)

Determines if two AssetFileType values are the same.

Inequality(AssetFileType, AssetFileType)

Determines if two AssetFileType values are different.

Applies to