Search Results for

    Show / Hide Table of Contents

    Class SoundSource

    ボイスライブラリ情報

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

    Properties

    CastId

    ボイスライブラリのキャストID

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

    Name

    ボイスライブラリのキャスト名

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

    Version

    バージョン

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

    VersionString

    バージョン

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

    Implements

    IHasVersion
    IEquatable<T>
    In this article
    Back to top LibSasara