MDLAsset.CanExportFileExtension(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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