C# Class Pathfinding.UserConnection

Show file Open project: austinshenk/Binary Class Usage Examples

Public Properties

Property Type Description
enable bool
oneWay bool
p1 UnityEngine.Vector3
p2 UnityEngine.Vector3
type ConnectionType
width float

Property Details

enable public property

public bool enable
return bool

oneWay public property

public bool oneWay
return bool

p1 public property

public Vector3,UnityEngine p1
return UnityEngine.Vector3

p2 public property

public Vector3,UnityEngine p2
return UnityEngine.Vector3

type public property

public ConnectionType type
return ConnectionType

width public property

public float width
return float