MDLAsset.CanExportFileExtension(String) Method

Definition

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

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

Parameters

extension
String

Returns

Attributes

Applies to