added idenentity transform
This commit is contained in:
parent
b3adef3a40
commit
0d14a32726
@ -14,5 +14,7 @@ namespace Nerfed.Runtime.Components
|
||||
this.rotation = rotation;
|
||||
this.scale = scale;
|
||||
}
|
||||
|
||||
public static readonly LocalTransform Identity = new(Vector3.Zero, Quaternion.Identity, Vector3.One);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user