Search Results for

    Show / Hide Table of Contents

    Class Direction<T>

    コンディション・感情設定

    Inheritance
    object
    List<T>
    Direction<T>
    Implements
    IList<T>
    ICollection<T>
    IReadOnlyList<T>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IList
    ICollection
    IEnumerable
    Inherited Members
    List<T>.Add(T)
    List<T>.AddRange(IEnumerable<T>)
    List<T>.AsReadOnly()
    List<T>.BinarySearch(T)
    List<T>.BinarySearch(T, IComparer<T>)
    List<T>.BinarySearch(int, int, T, IComparer<T>)
    List<T>.Clear()
    List<T>.Contains(T)
    List<T>.ConvertAll<TOutput>(Converter<T, TOutput>)
    List<T>.CopyTo(T[])
    List<T>.CopyTo(T[], int)
    List<T>.CopyTo(int, T[], int, int)
    List<T>.Exists(Predicate<T>)
    List<T>.Find(Predicate<T>)
    List<T>.FindAll(Predicate<T>)
    List<T>.FindIndex(int, int, Predicate<T>)
    List<T>.FindIndex(int, Predicate<T>)
    List<T>.FindIndex(Predicate<T>)
    List<T>.FindLast(Predicate<T>)
    List<T>.FindLastIndex(int, int, Predicate<T>)
    List<T>.FindLastIndex(int, Predicate<T>)
    List<T>.FindLastIndex(Predicate<T>)
    List<T>.ForEach(Action<T>)
    List<T>.GetEnumerator()
    List<T>.GetRange(int, int)
    List<T>.IndexOf(T)
    List<T>.IndexOf(T, int)
    List<T>.IndexOf(T, int, int)
    List<T>.Insert(int, T)
    List<T>.InsertRange(int, IEnumerable<T>)
    List<T>.LastIndexOf(T)
    List<T>.LastIndexOf(T, int)
    List<T>.LastIndexOf(T, int, int)
    List<T>.Remove(T)
    List<T>.RemoveAll(Predicate<T>)
    List<T>.RemoveAt(int)
    List<T>.RemoveRange(int, int)
    List<T>.Reverse()
    List<T>.Reverse(int, int)
    List<T>.Sort()
    List<T>.Sort(IComparer<T>)
    List<T>.Sort(Comparison<T>)
    List<T>.Sort(int, int, IComparer<T>)
    List<T>.ToArray()
    List<T>.TrimExcess()
    List<T>.TrueForAll(Predicate<T>)
    List<T>.Capacity
    List<T>.Count
    List<T>.this[int]
    Namespace: LibSasara.Model.Serialize
    Assembly: LibSasara.dll
    Syntax
    public class Direction<T> : List<T>, IList<T>, ICollection<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable
    Type Parameters
    Name Description
    T

    Properties

    Alpha

    声質

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

    LogF0Scale

    抑揚

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

    Speed

    速さ

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

    Tone

    高さ(6.00 ~ -6.00)

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

    Volume

    大きさ

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

    Implements

    IList<T>
    ICollection<T>
    IReadOnlyList<T>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IList
    ICollection
    IEnumerable
    In this article
    Back to top LibSasara