C# Class Pathfinding.UserConnection

Exibir arquivo 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_oe property

public bool enable
return bool

oneWay public_oe property

public bool oneWay
return bool

p1 public_oe property

public Vector3,UnityEngine p1
return UnityEngine.Vector3

p2 public_oe property

public Vector3,UnityEngine p2
return UnityEngine.Vector3

type public_oe property

public ConnectionType type
return ConnectionType

width public_oe property

public float width
return float