Method IsGltfBinary
IsGltfBinary(byte[])
Figures out if a byte array contains data of a glTF-Binary
Declaration
public static bool IsGltfBinary(byte[] data)
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | data | data buffer |
Returns
| Type | Description |
|---|---|
| bool | True if the data is a glTF-Binary, false otherwise |