C# Class AstarPath.AstarWorkItem, TheUnseen

Show file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
init OnVoidDelegate
update bool>.System.Func

Public Methods

Method Description
AstarWorkItem ( OnVoidDelegate init, bool>.System update ) : UnityEngine
AstarWorkItem ( bool>.System update ) : UnityEngine

Method Details

AstarWorkItem() public method

public AstarWorkItem ( OnVoidDelegate init, bool>.System update ) : UnityEngine
init OnVoidDelegate
update bool>.System
return UnityEngine

AstarWorkItem() public method

public AstarWorkItem ( bool>.System update ) : UnityEngine
update bool>.System
return UnityEngine

Property Details

init public property

public OnVoidDelegate init
return OnVoidDelegate

update public property

public System.Func update
return bool>.System.Func