Adjust loader macro to pass options to constructor
This commit is contained in:
@@ -11,14 +11,14 @@
|
||||
"gdx-array-map!" :methods}
|
||||
"AssetManager" {"asset-manager" :methods
|
||||
"asset-manager!" :methods}
|
||||
"AtlasTmxMapLoader" {"loader :atlas-tmx-map" :methods
|
||||
"AtlasTmxMapLoader" {"loader :atlas-tmx-map" :constructors
|
||||
"loader! :atlas-tmx-map" :methods}
|
||||
"Audio" {"audio!" :methods}
|
||||
"Bezier" {"bezier" :methods
|
||||
"bezier!" :methods}
|
||||
"BitmapFont" {"bitmap-font" :constructors
|
||||
"bitmap-font!" :methods}
|
||||
"BitmapFontLoader" {"loader :bitmap-font" :methods
|
||||
"BitmapFontLoader" {"loader :bitmap-font" :constructors
|
||||
"loader! :bitmap-font" :methods}
|
||||
"BlendingAttribute" {"attribute :blending" :constructors
|
||||
"attribute-type :blending" :static-fields
|
||||
@@ -82,7 +82,7 @@
|
||||
"FrictionJointDef" {"joint-def :friction" :fields}
|
||||
"Frustum" {"frustum" :methods
|
||||
"frustum!" :methods}
|
||||
"G3dModelLoader" {"loader :g3d-model" :methods
|
||||
"G3dModelLoader" {"loader :g3d-model" :constructors
|
||||
"loader! :g3d-model" :methods}
|
||||
"GearJointDef" {"joint-def :gear" :fields}
|
||||
"GeometryUtils" {"geometry!" :static-methods}
|
||||
@@ -144,10 +144,10 @@
|
||||
"model-builder!" :methods}
|
||||
"ModelInstance" {"model" :methods
|
||||
"model!" :methods}
|
||||
"ModelLoader" {"loader :model" :methods
|
||||
"ModelLoader" {"loader :model" :constructors
|
||||
"loader! :model" :methods}
|
||||
"MouseJointDef" {"joint-def :mouse" :fields}
|
||||
"MusicLoader" {"loader :music" :methods
|
||||
"MusicLoader" {"loader :music" :constructors
|
||||
"loader! :music" :methods}
|
||||
"Net" {"net!" :methods}
|
||||
"NinePatch" {"nine-patch" :methods
|
||||
@@ -157,7 +157,7 @@
|
||||
"orthogonal-tiled-map!" :methods}
|
||||
"OrthographicCamera" {"orthographic" :methods
|
||||
"orthographic!" :methods}
|
||||
"ObjLoader" {"loader :obj" :methods
|
||||
"ObjLoader" {"loader :obj" :constructors
|
||||
"loader! :obj" :methods}
|
||||
"ParticleEffect" {"particle-effect" :methods
|
||||
"particle-effect!" :methods}
|
||||
@@ -165,7 +165,7 @@
|
||||
"perspective!" :methods}
|
||||
"Pixmap" {"pixmap" :constructors
|
||||
"pixmap!" :methods}
|
||||
"PixmapLoader" {"loader :pixmap" :methods
|
||||
"PixmapLoader" {"loader :pixmap" :constructors
|
||||
"loader! :pixmap" :methods}
|
||||
"Plane" {"plane" :methods
|
||||
"plane!" :methods}
|
||||
@@ -200,13 +200,13 @@
|
||||
"ShapeRenderer.ShapeType" {"shape-type" :static-fields}
|
||||
"Skin" {"skin" :methods
|
||||
"skin!" :methods}
|
||||
"SkinLoader" {"loader :skin" :methods
|
||||
"SkinLoader" {"loader :skin" :constructors
|
||||
"loader! :skin" :methods}
|
||||
"Slider" {"slider" :methods
|
||||
"slider!" :methods}
|
||||
"Sound" {"sound" :methods
|
||||
"sound!" :methods}
|
||||
"SoundLoader" {"loader :sound" :methods
|
||||
"SoundLoader" {"loader :sound" :constructors
|
||||
"loader! :sound" :methods}
|
||||
"SplitPane.SplitPaneStyle" {"style :split-pane" :constructors}
|
||||
"SpriteDrawable" {"drawable :sprite" :constructors}
|
||||
@@ -227,7 +227,7 @@
|
||||
"TextField" {"text-field" :methods
|
||||
"text-field!" :methods}
|
||||
"TextField.TextFieldStyle" {"style :text-field" :constructors}
|
||||
"TextureLoader" {"loader :texture" :methods
|
||||
"TextureLoader" {"loader :texture" :constructors
|
||||
"loader! :texture" :methods}
|
||||
"TextureMapObject" {"map-object :texture" :methods}
|
||||
"TextureRegion" {"texture" :methods
|
||||
@@ -235,7 +235,7 @@
|
||||
"TextureRegionDrawable" {"drawable :texture-region" :constructors}
|
||||
"Tree" {"tree" :methods
|
||||
"tree!" :methods}
|
||||
"TmxMapLoader" {"loader :tmx-map" :methods
|
||||
"TmxMapLoader" {"loader :tmx-map" :constructors
|
||||
"loader! :tmx-map" :methods}
|
||||
"Touchpad.TouchpadStyle" {"style :touchpad" :constructors}
|
||||
"TiledMap" {"tiled-map" :methods
|
||||
|
||||
Reference in New Issue
Block a user