MDLAsset.CanImportFileExtension(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 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