示例#1
0
 internal Vector2 WorldToBodyDirection(Vector2 vector)
 {
     return(VoltMath.WorldToBodyDirection(this.facing, vector));
 }