C# Class Pathfinding.Progress

显示文件 Open project: austinshenk/Binary

Public Properties

Property Type Description
description string
progress float

Public Methods

Method Description
Progress ( float p, string d ) : System.Collections

Method Details

Progress() public method

public Progress ( float p, string d ) : System.Collections
p float
d string
return System.Collections

Property Details

description public_oe property

public string description
return string

progress public_oe property

public float progress
return float