Method IsDataNormalized
IsDataNormalized()
Whether the data is normalized within [0, 1]. The sensor can only use PNG compression if the data is normailzed. If overriding GetObjectData(GameObject, int, float[]), override this method as well according to the custom observation values.
Declaration
protected override bool IsDataNormalized()
Returns
| Type | Description |
|---|---|
| bool | Bool value indicating whether data is normalized. |