Search Results for

    Show / Hide Table of Contents

    Class Component

    感情オブジェクト

    Inheritance
    object
    Component
    Implements
    IEquatable<Component>
    Namespace: LibSasara.Model.Serialize
    Assembly: LibSasara.dll
    Syntax
    public record Component : IEquatable<Component>

    Properties

    Name

    感情名。CSは共通、AIはキャスト固有

    Declaration
    public string? Name { get; set; }
    Property Value
    Type Description
    string

    Value

    設定値。0.00 ~ 1.00

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    double

    Implements

    IEquatable<T>
    In this article
    Back to top LibSasara