You've already forked taptap2024_GJ_chidouren
update core
This commit is contained in:
@@ -5,6 +5,11 @@ namespace Framework.Utils.Extend
|
||||
{
|
||||
public static class VectorExtend
|
||||
{
|
||||
public static Vector2 ABS (this Vector2 vector2)
|
||||
{
|
||||
return new Vector2 (math.abs (vector2.x) , math.abs (vector2.y));
|
||||
}
|
||||
|
||||
public static Vector3 SetZ (this Vector3 vector3 , float z)
|
||||
{
|
||||
return new Vector3 (vector3.x , vector3.y , z);
|
||||
|
||||
Reference in New Issue
Block a user