C# Class Pathfinding.ThreadControlQueue

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

Public Methods

Method Description
Block ( ) : void
Lock ( ) : void
Pop ( ) : Path
PopNoBlock ( bool blockedBefore ) : Path
Push ( Path p ) : void
PushFront ( Path p ) : void
ReceiverTerminated ( ) : void
Starving ( ) : void
TerminateReceivers ( ) : void
ThreadControlQueue ( int numReceivers ) : UnityEngine
Unblock ( ) : void
Unlock ( ) : void

Method Details

Block() public method

public Block ( ) : void
return void

Lock() public method

public Lock ( ) : void
return void

Pop() public method

public Pop ( ) : Path
return Path

PopNoBlock() public method

public PopNoBlock ( bool blockedBefore ) : Path
blockedBefore bool
return Path

Push() public method

public Push ( Path p ) : void
p Path
return void

PushFront() public method

public PushFront ( Path p ) : void
p Path
return void

ReceiverTerminated() public method

public ReceiverTerminated ( ) : void
return void

Starving() public method

public Starving ( ) : void
return void

TerminateReceivers() public method

public TerminateReceivers ( ) : void
return void

ThreadControlQueue() public method

public ThreadControlQueue ( int numReceivers ) : UnityEngine
numReceivers int
return UnityEngine

Unblock() public method

public Unblock ( ) : void
return void

Unlock() public method

public Unlock ( ) : void
return void