Struct Bird
Implements
IComponentData
IQueryTypeParameter
IEnableableComponent
Inherited Members
Namespace: ProjectDawn.Navigation
Assembly: ProjectDawn.Navigation.dll
Syntax
public struct Bird : IComponentData, IQueryTypeParameter, IEnableableComponent
Fields
| Improve this Doc View SourcePerchedDuration
Declaration
public Range PerchedDuration
Field Value
Type | Description |
---|---|
Range |
Random
Declaration
public Random Random
Field Value
Type | Description |
---|---|
Random |
State
Declaration
public BirdState State
Field Value
Type | Description |
---|---|
BirdState |
TimeStamp
Declaration
public double TimeStamp
Field Value
Type | Description |
---|---|
double |
Wander
Declaration
public BirdWander Wander
Field Value
Type | Description |
---|---|
BirdWander |
Properties
| Improve this Doc View SourceDefault
Declaration
public static Bird Default { get; }
Property Value
Type | Description |
---|---|
Bird |
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter
Unity.Entities.IEnableableComponent