C# Class Shooter.Other_tools.Node

Afficher le fichier Open project: JoeyTheAsian/Just-Force Class Usage Examples

Méthodes publiques

Свойство Type Description
bestLength double
collidable bool
estLength double
location Coord
parent Node
pathLength double
state NodeState

Méthodes publiques

Méthode 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 méthode

public GetNewPathDist ( Node p ) : double
p Node
Résultat double

Node() public méthode

public Node ( Coord loc, bool col, Coord end, Node par ) : System
loc Coord
col bool
end Coord
par Node
Résultat System

UpdateDist() public méthode

public UpdateDist ( Coord loc, Coord end ) : void
loc Coord
end Coord
Résultat void

Property Details

bestLength public_oe property

public double bestLength
Résultat double

collidable public_oe property

public bool collidable
Résultat bool

estLength public_oe property

public double estLength
Résultat double

location public_oe property

public Coord location
Résultat Coord

parent public_oe property

public Node,Shooter.Other_tools parent
Résultat Node

pathLength public_oe property

public double pathLength
Résultat double

state public_oe property

public NodeState state
Résultat NodeState