mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Added Int32 vectors
This commit is contained in:
@@ -2,7 +2,7 @@ using System;
|
||||
|
||||
namespace GlitchyEngine.Math
|
||||
{
|
||||
[SwizzleVector(3)]
|
||||
[SwizzleVector(3, "Vector")]
|
||||
public struct Vector3
|
||||
{
|
||||
public const Vector3 Zero = .(0f, 0f, 0f);
|
||||
|
||||
Reference in New Issue
Block a user