Struct OffMeshLinkData
Assembly: UnityEngine.dll
Syntax
[MovedFrom("UnityEngine")]
public struct OffMeshLinkData
Properties
|
Improve this Doc
View Source
activated
Declaration
public bool activated { get; }
Property Value
|
Improve this Doc
View Source
endPos
Declaration
public Vector3 endPos { get; }
Property Value
|
Improve this Doc
View Source
linkType
Declaration
public OffMeshLinkType linkType { get; }
Property Value
|
Improve this Doc
View Source
offMeshLink
Declaration
public OffMeshLink offMeshLink { get; }
Property Value
|
Improve this Doc
View Source
startPos
Declaration
public Vector3 startPos { get; }
Property Value
|
Improve this Doc
View Source
valid
Declaration
public bool valid { get; }
Property Value
Extension Methods