C# Class PathTypesDemo, TheUnseen

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public int activeDemo
return int

agents public_oe property

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

aimStrength public_oe property

public float aimStrength
return float

end public_oe property

public Transform end
return Transform

lineMat public_oe property

public Material lineMat
return Material

lineWidth public_oe property

public float lineWidth
return float

pathOffset public_oe property

public Vector3 pathOffset
return Vector3

searchLength public_oe property

public int searchLength
return int

spread public_oe property

public int spread
return int

squareMat public_oe property

public Material squareMat
return Material

start public_oe property

public Transform start
return Transform