Struct TPC_LockOnOptions
Implements
IComponentData
IQueryTypeParameter
Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.GetType()
Object.ReferenceEquals(Object, Object)
Namespace: DOTS_TPC
Assembly: DOTS-TPC.dll
Syntax
[Serializable]
public struct TPC_LockOnOptions : IComponentData, IQueryTypeParameter
Fields
AngleWeight
Declaration
public float AngleWeight
Field Value
Type | Description |
---|---|
Single |
CastRadius
Declaration
public float CastRadius
Field Value
Type | Description |
---|---|
Single |
DefaultDistance
Declaration
public float DefaultDistance
Field Value
Type | Description |
---|---|
Single |
DefaultOffset
Declaration
public float3 DefaultOffset
Field Value
Type | Description |
---|---|
float3 |
DisableTime
Declaration
public float DisableTime
Field Value
Type | Description |
---|---|
Single |
DistanceWeight
Declaration
public float DistanceWeight
Field Value
Type | Description |
---|---|
Single |
ForwardFromTarget
Declaration
public bool ForwardFromTarget
Field Value
Type | Description |
---|---|
Boolean |
NormalizeHeight
Declaration
public bool NormalizeHeight
Field Value
Type | Description |
---|---|
Boolean |
RotationSpeed
Declaration
public float RotationSpeed
Field Value
Type | Description |
---|---|
Single |
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter