C# Class Shooter.Other_tools.Node

ファイルを表示 Open project: JoeyTheAsian/Just-Force Class Usage Examples

Public Properties

Property Type Description
bestLength double
collidable bool
estLength double
location Coord
parent Node
pathLength double
state NodeState

Public Methods

Method Description
GetNewPathDist ( Node p ) : double
Node ( Coord loc, bool col, Coord end, Node par ) : System
UpdateDist ( Coord loc, Coord end ) : void

Method Details

GetNewPathDist() public method

public GetNewPathDist ( Node p ) : double
p Node
return double

Node() public method

public Node ( Coord loc, bool col, Coord end, Node par ) : System
loc Coord
col bool
end Coord
par Node
return System

UpdateDist() public method

public UpdateDist ( Coord loc, Coord end ) : void
loc Coord
end Coord
return void

Property Details

bestLength public_oe property

public double bestLength
return double

collidable public_oe property

public bool collidable
return bool

estLength public_oe property

public double estLength
return double

location public_oe property

public Coord location
return Coord

parent public_oe property

public Node,Shooter.Other_tools parent
return Node

pathLength public_oe property

public double pathLength
return double

state public_oe property

public NodeState state
return NodeState