Search Results for

    Show / Hide Table of Contents

    Struct Bird

    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 Bird : IComponentData, IQueryTypeParameter, IEnableableComponent

    Fields

    | Improve this Doc View Source

    PerchedDuration

    Declaration
    public Range PerchedDuration
    Field Value
    Type Description
    Range
    | Improve this Doc View Source

    Random

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

    State

    Declaration
    public BirdState State
    Field Value
    Type Description
    BirdState
    | Improve this Doc View Source

    TimeStamp

    Declaration
    public double TimeStamp
    Field Value
    Type Description
    double
    | Improve this Doc View Source

    Wander

    Declaration
    public BirdWander Wander
    Field Value
    Type Description
    BirdWander

    Properties

    | Improve this Doc View Source

    Default

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

    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