FaceExpressionsEnumerator Struct
Extends IEnumerator< float >
The implementation of IEnumerator for face expressions weights, used for enumerating directly over
OVRFaceExpressions.
This is used when reading this data as a collection of facial expressions by accessing this.
Gets the element of this collection at the current position of the enumerator.
object IEnumerator. Current[Get]
Advances the enumerator to the next element of the collection.
ReturnsReturns true if the enumerator was successfully advanced to the next element in this collection, false otherwise.
Sets the enumerator to its initial position, which is before the first element in the collection.