Protected
constructorReturns the texture's aspect ratio, which is calculated as width / height.
Returns the height of the texture in pixels.
Returns the name of this object's type.
Returns the width of the texture in pixels.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other
. Useful for checking if two references point to the same thing.
Texture Provider giving the camera texture that is the opposite of CameraTextureProvider. The provider will have LoadStatus.Loading until the camera feed is available. On some devices it will never be available. Use DeviceInfoSystem#supportsDualCamera to check the current device.
For example, if the
CameraTextureProvider
is providing the rear camera feed,ReverseCameraTextureProvider
would provide the front camera feed.Example