C# Class PathTypesDemo, TheUnseen

Inheritance: MonoBehaviour
Show file Open project: henryj41043/TheUnseen

Public Properties

Property Type Description
activeDemo int
agents Pathfinding.RichAI[]
aimStrength float
end Transform
lineMat Material
lineWidth float
pathOffset Vector3
searchLength int
spread int
squareMat Material
start Transform

Public Methods

Method Description
ClearPrevious ( ) : void
Constant ( ) : IEnumerator
DemoPath ( ) : void
OnApplicationQuit ( ) : void
OnGUI ( ) : void
OnPathComplete ( Path p ) : void
Update ( ) : void

Method Details

ClearPrevious() public method

public ClearPrevious ( ) : void
return void

Constant() public method

public Constant ( ) : IEnumerator
return IEnumerator

DemoPath() public method

public DemoPath ( ) : void
return void

OnApplicationQuit() public method

public OnApplicationQuit ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

OnPathComplete() public method

public OnPathComplete ( Path p ) : void
p Path
return void

Update() public method

public Update ( ) : void
return void

Property Details

activeDemo public property

public int activeDemo
return int

agents public property

public RichAI[],Pathfinding agents
return Pathfinding.RichAI[]

aimStrength public property

public float aimStrength
return float

end public property

public Transform end
return Transform

lineMat public property

public Material lineMat
return Material

lineWidth public property

public float lineWidth
return float

pathOffset public property

public Vector3 pathOffset
return Vector3

searchLength public property

public int searchLength
return int

spread public property

public int spread
return int

squareMat public property

public Material squareMat
return Material

start public property

public Transform start
return Transform