MDLAsset.CanImportFileExtension(String) Method

Definition

Returns true if the asset can import information from files with a format that corresponds to the specified extension. Otherwise, returns false.

[Foundation.Export("canImportFileExtension:")]
public static bool CanImportFileExtension (string extension);
static member CanImportFileExtension : string -> bool

Parameters

extension
String

Returns

Attributes

Applies to