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
Settings that apply to star and particle groups.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanintintintFields inherited from class SettingsObject
parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply()clone()voiddispose()intvoidsetNumLabel(int numLabels) Compatibility with old 'numLabel' property, renamed to 'numLabels'.protected voidprotected voidMethods inherited from class 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
-
getMaxNumIndices
public int getMaxNumIndices() -
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:
clonein classSettingsObject
-
setParentRecursive
- Specified by:
setParentRecursivein classSettingsObject
-
setupListeners
protected void setupListeners()- Specified by:
setupListenersin classSettingsObject
-
dispose
public void dispose() -
apply
public void apply()
-