Search Results for

    Show / Hide Table of Contents

    Class RequirementDescription

    Describes the a reference requirement

    Inheritance
    object
    RequirementDescription
    Implements
    IEquatable<RequirementDescription>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: LobsterFramework
    Assembly: LobsterFramework.dll
    Syntax
    public record RequirementDescription : IEquatable<RequirementDescription>

    Fields

    | Improve this Doc View Source

    Description

    Displayed tooltip of the requirement in the inspector

    Declaration
    public string Description
    Field Value
    Type Description
    string
    | Improve this Doc View Source

    Name

    Displayed name of the requirement in the inspector

    Declaration
    public string Name
    Field Value
    Type Description
    string

    Implements

    IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top LobsterFramework documentation