EngineAlpha
JVM
EngineAlpha
/
ea.actor
/
Geometry
Geometry
abstract
class
Geometry
Ein Objekt, das aus n primitiven Geometrischen Formen -
Dreiecken
- besteht.
Author
Michael Andonie
Members
Constructors
Geometry
Link copied to clipboard
constructor
(
shapeSupplier
:
Supplier
<
Shape
>
)
Konstruktor.
Properties
color
Link copied to clipboard
open
var
color
:
Color
Die Farbe dieses Geometry-Objekts.
Functions
animate
Color
Link copied to clipboard
open
fun
animateColor
(
duration
:
Float
,
color
:
Color
)
:
ValueAnimator<Float>