Class NamedComponent
java.lang.Object
gaiasky.scene.record.NamedComponent
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
,IComponent
- Direct Known Subclasses:
AtmosphereComponent
,CloudComponent
,MaterialComponent
,ModelComponent
,NoiseComponent
,VirtualTextureComponent
public abstract sealed class NamedComponent
extends Object
implements IComponent, com.badlogic.gdx.utils.Disposable
permits AtmosphereComponent, CloudComponent, MaterialComponent, ModelComponent, NoiseComponent, VirtualTextureComponent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateModelParameters
(long quality, double diameter, boolean flip) protected double
protected double
protected double
void
initialize
(String name) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.badlogic.gdx.utils.Disposable
dispose
-
Field Details
-
name
-
-
Constructor Details
-
NamedComponent
public NamedComponent()
-
-
Method Details
-
initialize
- Specified by:
initialize
in interfaceIComponent
-
createModelParameters
-
gaussian
-
gaussian
-
gaussian
-