|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.PhysicsMaterial.TechniqueCommon
public static class PhysicsMaterial.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="dynamic_friction" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
<element name="restitution" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
<element name="static_friction" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected TargetableFloat |
dynamicFriction
|
protected TargetableFloat |
restitution
|
protected TargetableFloat |
staticFriction
|
| Constructor Summary | |
|---|---|
PhysicsMaterial.TechniqueCommon()
|
|
| Method Summary | |
|---|---|
TargetableFloat |
getDynamicFriction()
Gets the value of the dynamicFriction property. |
TargetableFloat |
getRestitution()
Gets the value of the restitution property. |
TargetableFloat |
getStaticFriction()
Gets the value of the staticFriction property. |
void |
setDynamicFriction(TargetableFloat value)
Sets the value of the dynamicFriction property. |
void |
setRestitution(TargetableFloat value)
Sets the value of the restitution property. |
void |
setStaticFriction(TargetableFloat value)
Sets the value of the staticFriction property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TargetableFloat dynamicFriction
protected TargetableFloat restitution
protected TargetableFloat staticFriction
| Constructor Detail |
|---|
public PhysicsMaterial.TechniqueCommon()
| Method Detail |
|---|
public TargetableFloat getDynamicFriction()
TargetableFloatpublic void setDynamicFriction(TargetableFloat value)
value - allowed object is
TargetableFloatpublic TargetableFloat getRestitution()
TargetableFloatpublic void setRestitution(TargetableFloat value)
value - allowed object is
TargetableFloatpublic TargetableFloat getStaticFriction()
TargetableFloatpublic void setStaticFriction(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 | |||||||||