Package gaiasky.util
Class Settings.SceneSettings.StarSettings.GroupSettings
java.lang.Object
gaiasky.util.SettingsObject
gaiasky.util.Settings.SceneSettings.StarSettings.GroupSettings
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
,Cloneable
- Enclosing class:
Settings.SceneSettings.StarSettings
-
Field Summary
Modifier and TypeFieldDescriptionboolean
int
int
int
Fields inherited from class gaiasky.util.SettingsObject
parent
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply()
clone()
void
dispose()
void
setNumLabel
(int numLabels) Compatibility with old 'numLabel' property, renamed to 'numLabels'.protected void
protected void
Methods inherited from class gaiasky.util.SettingsObject
isEnabled, setParent
-
Field Details
-
billboard
public boolean billboard -
numBillboard
public int numBillboard -
numLabels
public int numLabels -
numVelocityVector
public int numVelocityVector
-
-
Constructor Details
-
GroupSettings
public GroupSettings()
-
-
Method Details
-
setNumLabel
public void setNumLabel(int numLabels) Compatibility with old 'numLabel' property, renamed to 'numLabels'.- Parameters:
numLabels
- The number of labels to render for each star group.
-
clone
- Overrides:
clone
in classSettingsObject
-
setParentRecursive
- Specified by:
setParentRecursive
in classSettingsObject
-
setupListeners
protected void setupListeners()- Specified by:
setupListeners
in classSettingsObject
-
dispose
public void dispose() -
apply
public void apply()
-