[Serializable]
[WriteGroup(typeof(LocalToWorld))]
public struct LocalToParent : IComponentData
Fields
Declaration
Field Value
Type |
Description |
Unity.Mathematics.float4x4 |
|
Properties
Declaration
public readonly float3 Forward { get; }
Property Value
Type |
Description |
Unity.Mathematics.float3 |
|
Declaration
public readonly float3 Position { get; }
Property Value
Type |
Description |
Unity.Mathematics.float3 |
|
Declaration
public readonly float3 Right { get; }
Property Value
Type |
Description |
Unity.Mathematics.float3 |
|
Declaration
public readonly float3 Up { get; }
Property Value
Type |
Description |
Unity.Mathematics.float3 |
|