|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.PhysicsScene.TechniqueCommon
public static class PhysicsScene.TechniqueCommon
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="gravity" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat3" minOccurs="0"/>
<element name="time_step" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected TargetableFloat3 |
gravity
|
protected TargetableFloat |
timeStep
|
| Constructor Summary | |
|---|---|
PhysicsScene.TechniqueCommon()
|
|
| Method Summary | |
|---|---|
TargetableFloat3 |
getGravity()
Gets the value of the gravity property. |
TargetableFloat |
getTimeStep()
Gets the value of the timeStep property. |
void |
setGravity(TargetableFloat3 value)
Sets the value of the gravity property. |
void |
setTimeStep(TargetableFloat value)
Sets the value of the timeStep property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TargetableFloat3 gravity
protected TargetableFloat timeStep
| Constructor Detail |
|---|
public PhysicsScene.TechniqueCommon()
| Method Detail |
|---|
public TargetableFloat3 getGravity()
TargetableFloat3public void setGravity(TargetableFloat3 value)
value - allowed object is
TargetableFloat3public TargetableFloat getTimeStep()
TargetableFloatpublic void setTimeStep(TargetableFloat value)
value - allowed object is
TargetableFloat
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||