CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Struct CriAtomEx3dSource.RandomPositionCalculationCbFunc.Arg

    コールバックイベント引数型

    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.RandomPositionCalculationCbFunc.Arg

    Properties

    ex3dSource

    元の3D音源のハンドル

    Declaration
    public readonly IntPtr ex3dSource { get; }
    Property Value
    Type Description
    IntPtr

    resultPos

    処理結果の位置

    Declaration
    public readonly NativeReference<CriAtomEx.Vector> resultPos { get; }
    Property Value
    Type Description
    NativeReference<CriAtomEx.Vector>
    In this article
    Back to top Generated by DocFX