Show / Hide Table of Contents

Struct OffMeshLinkData

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
[MovedFrom("UnityEngine")]
public struct OffMeshLinkData

Properties

| Improve this Doc View Source

activated

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

endPos

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

linkType

Declaration
public OffMeshLinkType linkType { get; }
Property Value
Type Description
OffMeshLinkType
| Improve this Doc View Source

offMeshLink

Declaration
public OffMeshLink offMeshLink { get; }
Property Value
Type Description
OffMeshLink
| Improve this Doc View Source

startPos

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

valid

Declaration
public bool valid { get; }
Property Value
Type Description
Boolean

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