TX_Enum_Type_RenderMode enum

Inheritance

Constructors

TX_Enum_Type_RenderMode()
const

Values

FILL_SCREEN → const TX_Enum_Type_RenderMode

< 图像铺满屏幕,不留黑边,如果图像宽高比不同于屏幕宽高比,部分画面内容会被裁剪掉。

FILL_EDGE → const TX_Enum_Type_RenderMode

< 图像适应屏幕,保持画面完整,但如果图像宽高比不同于屏幕宽高比,会有黑边的存在。

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<TX_Enum_Type_RenderMode>
A constant List of the values in this enum, in order of their declaration.