Renderer Type
Entries
Link copied to clipboard
Use a SurfaceView for rendering. This is more energy efficient and performant, but may have issues with view modifiers (i.e. clipping, rotating, scaling).
Link copied to clipboard
Use a TextureView for rendering. This is more flexible with composing and various view modifiers (i.e. clipping, rotating, scaling), but is less efficient and may cause more battery drain.
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.