Struct Heading
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Unity.Transforms
Syntax
[Serializable]
public struct Heading : IComponentData
Constructors
Heading(float3)
Declaration
public Heading(float3 heading)
Parameters
Type | Name | Description |
---|---|---|
float3 | heading |
Fields
Value
Declaration
public float3 Value
Field Value
Type | Description |
---|---|
float3 |