示例#1
0
 void IUserInteractive.OnPointerMove(IPointer cursor, SharpMedia.Math.Vector2f mouseDeltaMove)
 {
     (root as IUserInteractive).OnPointerMove(cursor, mouseDeltaMove);
 }
示例#2
0
 public override SharpMedia.Math.Vector4f CalcCustomAttribute(uint id, object shape, SharpMedia.Math.Vector2f position)
 {
     throw new InvalidOperationException("Id invalid.");
 }
示例#3
0
 public SharpMedia.Math.Vector4f CalcCustomAttribute(uint id, object shape, SharpMedia.Math.Vector2f position)
 {
     throw new ArgumentException("Id invalid.");
 }