Files
the-cycle/src/Prospect.Unreal/Core/Math/FTransform.cs
T

7 lines
158 B
C#

namespace Prospect.Unreal.Core.Math;
public ref struct FTransform
{
public FVector Location { get; set; }
public FRotator Rotation { get; set; }
}