HomeSort by relevance Sort by last modified time
    Searched full:directiontype (Results 1 - 1 of 1) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
MotionTrack.java 69 protected Direction directionType = Direction.None;
203 oc.write(directionType, "directionType", Direction.None);
214 directionType = in.readEnum("directionType", Direction.class, Direction.None);
223 return directionType == Direction.Path || directionType == Direction.PathAndRotation;
227 switch (directionType) {
275 control.directionType = directionType;
    [all...]

Completed in 790 milliseconds