Show / Hide Table of Contents

Struct NavMeshLinkData

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine.AI
Assembly: UnityEngine.dll
Syntax
public struct NavMeshLinkData

Properties

| Improve this Doc View Source

agentTypeID

Declaration
public int agentTypeID { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

area

Declaration
public int area { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

bidirectional

Declaration
public bool bidirectional { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

costModifier

Declaration
public float costModifier { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

endPosition

Declaration
public Vector3 endPosition { get; set; }
Property Value
Type Description
Vector3
| Improve this Doc View Source

startPosition

Declaration
public Vector3 startPosition { get; set; }
Property Value
Type Description
Vector3
| Improve this Doc View Source

width

Declaration
public float width { get; set; }
Property Value
Type Description
Single

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX