Class SceneAssetLoaderParameters
java.lang.Object
com.badlogic.gdx.assets.AssetLoaderParameters<SceneAsset>
gaiasky.util.gdx.model.gltf.loaders.shared.SceneAssetLoaderParameters
public class SceneAssetLoaderParameters
extends com.badlogic.gdx.assets.AssetLoaderParameters<SceneAsset>
-
Nested Class Summary
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
load scene asset with underlying GLTFSceneAsset.data
structure -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
withData
public boolean withDataload scene asset with underlying GLTFSceneAsset.data
structure
-
-
Constructor Details