Uses of Class
com.badlogic.gdx.graphics.g3d.model.NodePart
-
Packages that use NodePart Package Description com.badlogic.gdx.graphics.g3d com.badlogic.gdx.graphics.g3d.model -
-
Uses of NodePart in com.badlogic.gdx.graphics.g3d
Methods in com.badlogic.gdx.graphics.g3d with parameters of type NodePart Modifier and Type Method Description RenderableModelInstance. getRenderable(Renderable out, Node node, NodePart nodePart) -
Uses of NodePart in com.badlogic.gdx.graphics.g3d.model
Fields in com.badlogic.gdx.graphics.g3d.model with type parameters of type NodePart Modifier and Type Field Description Array<NodePart>Node. partsMethods in com.badlogic.gdx.graphics.g3d.model that return NodePart Modifier and Type Method Description NodePartNodePart. copy()protected NodePartNodePart. set(NodePart other)Methods in com.badlogic.gdx.graphics.g3d.model with parameters of type NodePart Modifier and Type Method Description protected NodePartNodePart. set(NodePart other)
-