Esempio n. 1
0
 public Gaze(GazeInfluence influence, Direction offsetDirection, double offsetAngle, double speed, SyncPoint startTime) : this("Gaze" + Counter++, "", influence, offsetAngle, offsetDirection, speed, startTime, SyncPoint.Null) { }
Esempio n. 2
0
 public Gaze(GazeInfluence influence, Direction offsetDirection, SyncPoint startTime, SyncPoint endTime) : this("Gaze" + Counter++, "", influence, 0, offsetDirection, 1.0f, startTime, endTime) { }
Esempio n. 3
0
 public Gaze(string id, string target, GazeInfluence influence, double offsetAngle, SyncPoint startTime) : this(id, target, influence, offsetAngle, Direction.Straight, 1.0f, startTime, SyncPoint.Null) { }
Esempio n. 4
0
 public Gaze(string id, GazeInfluence influence, Direction offsetDirection, SyncPoint startTime, SyncPoint endTime) : this(id, "", influence, 0, offsetDirection, 1.0f, startTime, endTime) { }
Esempio n. 5
0
 public GazeShift(string id, GazeInfluence influence, Direction offsetDirection, SyncPoint startTime) : this(id, "", influence, 0, offsetDirection, 1.0f, startTime, SyncPoint.Null) { }
Esempio n. 6
0
 public Gaze(GazeInfluence influence, double offsetAngle) : this("Gaze" + Counter++, "", influence, offsetAngle, Direction.Straight, 1.0f, SyncPoint.Null, SyncPoint.Null) { }
Esempio n. 7
0
		public Gaze(string id, GazeInfluence influence, Direction offsetDirection) : this(id, "", influence, 0, offsetDirection, 1.0f, SyncPoint.Null, SyncPoint.Null) { }
Esempio n. 8
0
 public Gaze(string id, string target, GazeInfluence influence) : this(id, target, influence, 0, Direction.Straight, 1.0f, SyncPoint.Null, SyncPoint.Null) { }
Esempio n. 9
0
        public GazeShift(string id, string target, GazeInfluence influence, float offsetAngle, Direction offsetDirection, float speed, SyncPoint startTime, SyncPoint endTime) : base(id, target, influence, offsetAngle, offsetDirection, speed, startTime, endTime) 
        {
		}
Esempio n. 10
0
        public Gaze(string id, string target, GazeInfluence influence, double offsetAngle, Direction offsetDirection, double speed, SyncPoint startTime, SyncPoint endTime) : base(id, startTime, endTime) { 
			if(target!=null) Target = target;
            Influence = influence;
            OffsetAngle = offsetAngle;
            OffsetDirection = offsetDirection;
            Speed = speed;
		}
Esempio n. 11
0
 public GazeShift(string id, string target, GazeInfluence influence, float offsetAngle, SyncPoint startTime, SyncPoint endTime) : this(id, target, influence, offsetAngle, Direction.Straight, 1.0f, startTime, endTime) { }
Esempio n. 12
0
 public GazeShift(GazeInfluence influence, float offsetAngle, SyncPoint startTime) : this("Gaze" + Counter++, "", influence, offsetAngle, Direction.Straight, 1.0f, startTime, SyncPoint.Null) { }
Esempio n. 13
0
 public GazeShift(string id, GazeInfluence influence, float offsetAngle, SyncPoint startTime) : this(id, "", influence, offsetAngle, Direction.Straight, 1.0f, startTime, SyncPoint.Null) { }
Esempio n. 14
0
 public Gaze(string id, GazeInfluence influence, double offsetAngle, SyncPoint startTime, SyncPoint endTime) : this(id, "", influence, offsetAngle, Direction.Straight, 1.0f, startTime, endTime) { }
Esempio n. 15
0
 public Gaze(string id, GazeInfluence influence, double offsetAngle) : this(id, "", influence, offsetAngle, Direction.Straight, 1.0f, SyncPoint.Null, SyncPoint.Null) { }
Esempio n. 16
0
 public Gaze(GazeInfluence influence, double offsetAngle, SyncPoint startTime, SyncPoint endTime) : this("Gaze" + Counter++, "", influence, offsetAngle, Direction.Straight, 1.0f, startTime, endTime) { }
Esempio n. 17
0
 public Gaze(GazeInfluence influence, Direction offsetDirection) : this("Gaze" + Counter++, "", influence, 0, offsetDirection, 1.0f, SyncPoint.Null, SyncPoint.Null) { }
Esempio n. 18
0
 public Gaze(string id, string target, GazeInfluence influence, SyncPoint startTime, SyncPoint endTime) : this(id, target, influence, 0, Direction.Straight, 1.0f, startTime, endTime) { }
Esempio n. 19
0
 public GazeShift(string id, string target, GazeInfluence influence, float offsetAngle) : this(id, target, influence, offsetAngle, Direction.Straight, 1.0f, SyncPoint.Null, SyncPoint.Null) { }