Method SupportsGltfExtension
SupportsGltfExtension(string)
Obtains whether a certain glTF extension is supported by this ImportAddonInstance.
Declaration
public abstract bool SupportsGltfExtension(string extensionName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | extensionName | Name of the glTF extension |
Returns
| Type | Description |
|---|---|
| bool | True if this ImportInstance offers support for the given glTF extension. False otherwise. |