CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Struct CriAtomEx.GlobalAisacInfo

    Global Aisac情報取得用構造体

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: CriWare
    Assembly: CriWare.CriAtom.dll
    Syntax
    public struct CriAtomEx.GlobalAisacInfo
    Remarks

    説明: Global Aisac情報を取得するための構造体です。 GetGlobalAisacInfo(ushort, out GlobalAisacInfo) 関数に引数として渡します。

    注意: typeがAutoModulation の場合、 control_idは内部的に使用されるインデックス値となります。

    Fields

    controlId

    Declaration
    public ushort controlId
    Field Value
    Type Description
    ushort
    Remarks

    Control Id

    dummy

    Declaration
    public ushort dummy
    Field Value
    Type Description
    ushort
    Remarks

    未使用

    index

    Declaration
    public ushort index
    Field Value
    Type Description
    ushort
    Remarks

    データインデックス

    name

    Declaration
    public NativeString name
    Field Value
    Type Description
    NativeString
    Remarks

    Global Aisac名

    numGraphs

    Declaration
    public ushort numGraphs
    Field Value
    Type Description
    ushort
    Remarks

    グラフ数

    randomRange

    Declaration
    public float randomRange
    Field Value
    Type Description
    float
    Remarks

    ランダムレンジ

    type

    Declaration
    public CriAtomExAcf.AisacType type
    Field Value
    Type Description
    CriAtomExAcf.AisacType
    Remarks

    Aisacタイプ

    See Also

    GetGlobalAisacInfo(ushort, out GlobalAisacInfo)
    In this article
    Back to top Generated by DocFX