Class PacePlayee
Represents an entity that can be controlled by the pace player.
public class PacePlayee
- Inheritance
-
PacePlayee
- Inherited Members
- Extension Methods
Properties
Player
Gets the player that controls this playee.
public PacePlayer Player { get; }
Property Value
Methods
Pace()
A pausable mark for the playing process. The function enables Pause() to take effect.
public void Pace()
Remarks
Waits for the player to signal the next pace.