CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Struct CriAtomEx.AisacInfo

    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.AisacInfo
    Remarks

    説明: AISAC情報を取得するための構造体です。 GetAttachedAisacInfo(int, out AisacInfo) 関数に引数として渡します。

    Fields

    controlId

    Declaration
    public uint controlId
    Field Value
    Type Description
    uint
    Remarks

    Control Id

    controlName

    Declaration
    public NativeString controlName
    Field Value
    Type Description
    NativeString
    Remarks

    Control Name

    defaultControlFlag

    Declaration
    public NativeBool defaultControlFlag
    Field Value
    Type Description
    NativeBool
    Remarks

    デフォルトコントロール値が設定されているか

    defaultControlValue

    Declaration
    public float defaultControlValue
    Field Value
    Type Description
    float
    Remarks

    デフォルトAISACコントロール値

    name

    Declaration
    public NativeString name
    Field Value
    Type Description
    NativeString
    Remarks

    AISAC名

    See Also

    GetAttachedAisacInfo(int, out AisacInfo)
    In this article
    Back to top Generated by DocFX