Search Results for

    Show / Hide Table of Contents

    Struct OculusAvoidance

    Implements
    IDisposable
    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 OculusAvoidance : IDisposable

    Properties

    | Improve this Doc View Source

    IsCreated

    Declaration
    public bool IsCreated { get; }
    Property Value
    Type Description
    bool

    Methods

    | Improve this Doc View Source

    AddObstacleHeightField(DepthWorld, bool)

    Declaration
    public void AddObstacleHeightField(DepthWorld world, bool splat)
    Parameters
    Type Name Description
    DepthWorld world
    bool splat
    | Improve this Doc View Source

    Dispose()

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    DrawAvoidanceDirection(OculusAvoidanceWeights, GizmosCommandBuffer)

    Declaration
    [Conditional("UNITY_EDITOR")]
    public void DrawAvoidanceDirection(OculusAvoidanceWeights weights, GizmosCommandBuffer gizmos)
    Parameters
    Type Name Description
    OculusAvoidanceWeights weights
    GizmosCommandBuffer gizmos
    | Improve this Doc View Source

    DrawNeighbours(GizmosCommandBuffer)

    Declaration
    [Conditional("UNITY_EDITOR")]
    public void DrawNeighbours(GizmosCommandBuffer gizmos)
    Parameters
    Type Name Description
    GizmosCommandBuffer gizmos
    | Improve this Doc View Source

    DrawOcclusion(GizmosCommandBuffer)

    Declaration
    [Conditional("UNITY_EDITOR")]
    public void DrawOcclusion(GizmosCommandBuffer gizmos)
    Parameters
    Type Name Description
    GizmosCommandBuffer gizmos
    | Improve this Doc View Source

    GetAvoidanceDirection(OculusAvoidanceWeights)

    Declaration
    public float3 GetAvoidanceDirection(OculusAvoidanceWeights weights)
    Parameters
    Type Name Description
    OculusAvoidanceWeights weights
    Returns
    Type Description
    float3
    | Improve this Doc View Source

    NewHemiSphere17(Allocator)

    Declaration
    public static OculusAvoidance NewHemiSphere17(Allocator allocator)
    Parameters
    Type Name Description
    Allocator allocator
    Returns
    Type Description
    OculusAvoidance
    | Improve this Doc View Source

    NewHemiSphere25(Allocator)

    Declaration
    public static OculusAvoidance NewHemiSphere25(Allocator allocator)
    Parameters
    Type Name Description
    Allocator allocator
    Returns
    Type Description
    OculusAvoidance
    | Improve this Doc View Source

    Set(float3, float3, Quaternion, float)

    Declaration
    public void Set(float3 position, float3 velocity, Quaternion orentation, float radius)
    Parameters
    Type Name Description
    float3 position
    float3 velocity
    Quaternion orentation
    float radius

    Implements

    IDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © ProjectDawn.
    Generated by DocFX