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()

Waits for the player to signal the next pace.

public void Pace()