More actor and UObject progress
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Prospect.Unreal.Core.Math;
|
||||
|
||||
public class FQuat
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
namespace Prospect.Unreal.Core.Math;
|
||||
|
||||
public class FRotator
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
namespace Prospect.Unreal.Core.Math;
|
||||
|
||||
public ref struct FTransform
|
||||
{
|
||||
public FVector Location { get; set; }
|
||||
public FRotator Rotation { get; set; }
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
namespace Prospect.Unreal.Core.Math;
|
||||
|
||||
public class FVector
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user