C# Class Pathfinding.LinkedLevelCell

ファイルを表示 Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
count int
first LinkedLevelNode
index int

Property Details

count public_oe property

public int count
return int

first public_oe property

public LinkedLevelNode,Pathfinding first
return LinkedLevelNode

index public_oe property

public int index
return int