CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Struct CriAtomEx.ReactFadeParameter

    REACTフェードパラメーター構造体

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

    説明: REACTのフェード駆動パラメーター情報を設定取得するための構造体です。

    Fields

    curveStrength

    Declaration
    public float curveStrength
    Field Value
    Type Description
    float
    Remarks

    変化曲線の強さ(0.0f ~ 2.0f)

    curveType

    Declaration
    public CriAtomEx.CurveType curveType
    Field Value
    Type Description
    CriAtomEx.CurveType
    Remarks

    変化曲線タイプ

    fadeTimeMs

    Declaration
    public ushort fadeTimeMs
    Field Value
    Type Description
    ushort
    Remarks

    フェード時間(ミリ秒)

    See Also

    CriAtomEx.ReactParameter
    SetReactParameter(ArgString, in ReactParameter)
    GetReactParameter(ArgString, out ReactParameter)
    In this article
    Back to top Generated by DocFX