Table of Contents

Class PacePlayee

Namespace
Hi.Common
Assembly
HiGeom.dll

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

PacePlayer

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.