armos v0.2.1 (2017-07-28T07:17:22Z)
Dub
Repo
Style
armos
graphics
style
色や線の幅などの描画方法をまとめたstructです.
struct
Style {
import
armos
.
graphics
;
;
import
armos
.
types
;
;
Color
color
;
Color
backgroundColor
;
BlendMode
blendMode
;
float
lineWidth
;
bool
isSmoothing
;
PolyRenderMode
polyRenderMode
;
bool
isDepthTest
;
}
Members
Variables
backgroundColor
Color
backgroundColor
;
Undocumented in source.
blendMode
BlendMode
blendMode
;
Undocumented in source.
color
Color
color
;
Undocumented in source.
isDepthTest
bool
isDepthTest
;
Undocumented in source.
isSmoothing
bool
isSmoothing
;
Undocumented in source.
lineWidth
float
lineWidth
;
Undocumented in source.
polyRenderMode
PolyRenderMode
polyRenderMode
;
Undocumented in source.
Meta
Source
See Implementation
armos
graphics
style
structs
Style
色や線の幅などの描画方法をまとめたstructです.