public class StickToPathProperties extends SteeringProperties
SteeringProperties.BehaviorTypeactive, behaviorType, type, weight| Constructor and Description |
|---|
StickToPathProperties() |
StickToPathProperties(StickToPathProperties values) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDistanceFromThePath() |
cz.cuni.amis.pogamut.base.agent.navigation.IPathFuture<cz.cuni.amis.pogamut.base3d.worldview.object.ILocated> |
getPath() |
int |
getProjection() |
double |
getRegulatingForce() |
int |
getRepulsiveForce() |
String |
getSpecialText() |
cz.cuni.amis.pogamut.base3d.worldview.object.Location |
getTargetLocation() |
XMLPathFollowingProperties |
getXMLProperties() |
void |
setDistanceFromThePath(int distanceFromThePath) |
protected void |
setNewBehaviorType(SteeringProperties.BehaviorType behaviorType) |
void |
setPath(cz.cuni.amis.pogamut.base.agent.navigation.IPathFuture<cz.cuni.amis.pogamut.base3d.worldview.object.ILocated> path) |
void |
setProjection(int projection) |
void |
setProperties(SteeringProperties newProperties) |
void |
setRegulatingForce(double regulatingForce) |
void |
setRepulsiveForce(int orderOfTheForce) |
void |
setTargetLocation(cz.cuni.amis.pogamut.base3d.worldview.object.Location targetLocation) |
getBehaviorType, getText, getType, getWeight, isActive, setActive, setBehaviorType, setType, setWeightpublic StickToPathProperties()
public StickToPathProperties(StickToPathProperties values)
protected void setNewBehaviorType(SteeringProperties.BehaviorType behaviorType)
setNewBehaviorType in class SteeringPropertiespublic int getRepulsiveForce()
public void setRepulsiveForce(int orderOfTheForce)
public int getDistanceFromThePath()
public void setDistanceFromThePath(int distanceFromThePath)
public cz.cuni.amis.pogamut.base.agent.navigation.IPathFuture<cz.cuni.amis.pogamut.base3d.worldview.object.ILocated> getPath()
public void setPath(cz.cuni.amis.pogamut.base.agent.navigation.IPathFuture<cz.cuni.amis.pogamut.base3d.worldview.object.ILocated> path)
public cz.cuni.amis.pogamut.base3d.worldview.object.Location getTargetLocation()
public void setTargetLocation(cz.cuni.amis.pogamut.base3d.worldview.object.Location targetLocation)
public double getRegulatingForce()
public void setRegulatingForce(double regulatingForce)
public int getProjection()
public void setProjection(int projection)
public String getSpecialText()
getSpecialText in class SteeringPropertiespublic void setProperties(SteeringProperties newProperties)
setProperties in class SteeringPropertiespublic XMLPathFollowingProperties getXMLProperties()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.