|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Constraint | |
---|---|
com.jme3.scene.plugins.blender | |
com.jme3.scene.plugins.blender.constraints |
Uses of Constraint in com.jme3.scene.plugins.blender |
---|
Fields in com.jme3.scene.plugins.blender with type parameters of type Constraint | |
---|---|
protected java.util.Map<java.lang.Long,java.util.List<Constraint>> |
BlenderContext.constraints
A list of constraints for the specified object. |
Methods in com.jme3.scene.plugins.blender that return types with arguments of type Constraint | |
---|---|
java.util.List<Constraint> |
BlenderContext.getConstraints(java.lang.Long objectOMA)
This method returns constraints for the object specified by its old memory address. |
Method parameters in com.jme3.scene.plugins.blender with type arguments of type Constraint | |
---|---|
void |
BlenderContext.addConstraints(java.lang.Long ownerOMA,
java.util.List<Constraint> constraints)
This method adds a new modifier to the list. |
Uses of Constraint in com.jme3.scene.plugins.blender.constraints |
---|
Methods in com.jme3.scene.plugins.blender.constraints that return Constraint | |
---|---|
protected Constraint |
ConstraintHelper.createConstraint(Structure constraintStructure,
java.lang.Long ownerOMA,
Ipo influenceIpo,
BlenderContext blenderContext)
This method creates the constraint instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |