Search Results for

    Show / Hide Table of Contents

    Struct AgentOculusAvoid

    Implements
    IComponentData
    IQueryTypeParameter
    IEnableableComponent
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: ProjectDawn.Navigation
    Assembly: ProjectDawn.Navigation.dll
    Syntax
    public struct AgentOculusAvoid : IComponentData, IQueryTypeParameter, IEnableableComponent

    Fields

    | Improve this Doc View Source

    CoverageWeight

    Declaration
    public float CoverageWeight
    Field Value
    Type Description
    float
    | Improve this Doc View Source

    Mode

    Declaration
    public AgentOculusAvoidMode Mode
    Field Value
    Type Description
    AgentOculusAvoidMode
    | Improve this Doc View Source

    Radius

    Declaration
    public float Radius
    Field Value
    Type Description
    float
    | Improve this Doc View Source

    Weights

    Declaration
    public OculusAvoidanceWeights Weights
    Field Value
    Type Description
    OculusAvoidanceWeights

    Properties

    | Improve this Doc View Source

    Default

    Returns default configuration.

    Declaration
    public static AgentOculusAvoid Default { get; }
    Property Value
    Type Description
    AgentOculusAvoid

    Implements

    Unity.Entities.IComponentData
    Unity.Entities.IQueryTypeParameter
    Unity.Entities.IEnableableComponent
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © ProjectDawn.
    Generated by DocFX