toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.graphics
/
AGDepthAndFrontFace
AGDepth
And
Front
Face
inline
class
AGDepthAndFrontFace
(
val
data
:
Int
)
Members
Constructors
AGDepth
And
Front
Face
Link copied to clipboard
constructor
(
data
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
data
Link copied to clipboard
val
data
:
Int
depth
Far
Link copied to clipboard
val
depthFar
:
Float
depth
Func
Link copied to clipboard
val
depthFunc
:
AGCompareMode
depth
Mask
Link copied to clipboard
val
depthMask
:
Boolean
depth
Near
Link copied to clipboard
val
depthNear
:
Float
front
Face
Link copied to clipboard
val
frontFace
:
AGFrontFace
Functions
with
Depth
Link copied to clipboard
fun
withDepth
(
near
:
Float
,
far
:
Float
)
:
AGDepthAndFrontFace
with
Depth
Func
Link copied to clipboard
fun
withDepthFunc
(
depthFunc
:
AGCompareMode
)
:
AGDepthAndFrontFace
with
Depth
Mask
Link copied to clipboard
fun
withDepthMask
(
depthMask
:
Boolean
)
:
AGDepthAndFrontFace
with
Front
Face
Link copied to clipboard
fun
withFrontFace
(
frontFace
:
AGFrontFace
)
:
AGDepthAndFrontFace