feat: 3D transforms added
This commit is contained in:
6
Engine.Core/Abstract/IBehaviour3D.cs
Normal file
6
Engine.Core/Abstract/IBehaviour3D.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Engine.Core;
|
||||
|
||||
public interface IBehaviour3D : IBehaviour
|
||||
{
|
||||
ITransform3D Transform { get; }
|
||||
}
|
Reference in New Issue
Block a user