7 lines
158 B
C#
7 lines
158 B
C#
namespace Prospect.Unreal.Core.Math;
|
|
|
|
public ref struct FTransform
|
|
{
|
|
public FVector Location { get; set; }
|
|
public FRotator Rotation { get; set; }
|
|
} |