Protected
constructorRatio of the mouth position on the cropped texture. Value ranges from 0 to 1, with 0 having no effect and 1 centering the image on the mouth.
Index of the face being tracked.
Input texture to crop.
Scaling of the cropped texture.
Returns 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 a cropped region of the input texture, calculated based on face position. Can be accessed using
Texture.control
on a FaceCropTexture asset. For more information, see the Crop Textures guide.Example