Show / Hide Table of Contents

    Enum ChaseMode

    Enumeration of the possible chasing modes.

    Namespace: Fibula.Common.Contracts.Enumerations
    Assembly: Fibula.Common.Contracts.dll
    Syntax
    public enum ChaseMode : byte

    Fields

    Name Description
    Chase

    Chases the target closely.

    KeepDistance

    Maintains a constant distance to the target.

    Stand

    Does not chase the target.

    Extension Methods

    ObjectExtensions.YieldSingleItem<ChaseMode>()
    ObjectExtensions.GetPropertyValue(String)
    Validate.ThrowIfNull(String)
    Validate.ThrowIfDefaultValue<ChaseMode>(String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.