19 [Obsolete(
"Use NormalizedOffset")]
20 public Vector3 CumulativeDelta {
get {
return NormalizedOffset; } }
26 public Vector3 NormalizedOffset {
get;
private set; }
34 BaseInitialize(inputSource, sourceId, tag);
35 NormalizedOffset = normalizedOffset;