CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Struct CriAtomEx3dSource.RandomPositionResultInfoDetail

    3D音源の位置のランダム化における位置座標結果の詳細

    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 CriAtomEx3dSource.RandomPositionResultInfoDetail
    Remarks

    説明: 3D音源の位置のランダム化における位置座標の結果出力時に、当該再生に関する詳細情報を通知するための構造体です。 3D音源の位置のランダム化における位置座標結果コールバック関数に引数として渡されます。

    Fields

    ex3dSource

    Declaration
    public IntPtr ex3dSource
    Field Value
    Type Description
    IntPtr
    Remarks

    元の3D音源のハンドル

    offsetPos

    Declaration
    public CriAtomEx.Vector offsetPos
    Field Value
    Type Description
    CriAtomEx.Vector
    Remarks

    元の3D音源の位置に対するオフセット座標

    resultPos

    Declaration
    public CriAtomEx.Vector resultPos
    Field Value
    Type Description
    CriAtomEx.Vector
    Remarks

    最終的な位置座標

    See Also

    CriAtomEx3dSource.RandomPositionResultCbFunc
    In this article
    Back to top Generated by DocFX