Esempio n. 1
0
 public float GetAngles(uint idx)
 {
     return(AkSoundEnginePINVOKE.CSharp_AkDiffractionPathInfo_GetAngles(swigCPtr, idx));
 }
 internal AkAuxSendValueProxy(IntPtr cPtr, bool cMemoryOwn) : base(AkSoundEnginePINVOKE.CSharp_AkAuxSendValueProxy_SWIGUpcast(cPtr), cMemoryOwn)
 {
     swigCPtr = cPtr;
 }
Esempio n. 3
0
 public AkObjectInfo() : this(AkSoundEnginePINVOKE.CSharp_new_AkObjectInfo(), true)
 {
 }
Esempio n. 4
0
 public AkExternalSourceInfo(global::System.IntPtr in_pInMemory, uint in_uiMemorySize, uint in_iExternalSrcCookie, uint in_idCodec) : this(AkSoundEnginePINVOKE.CSharp_new_AkExternalSourceInfo__SWIG_1(in_pInMemory, in_uiMemorySize, in_iExternalSrcCookie, in_idCodec), true)
 {
 }
 public AkThreadProperties() : this(AkSoundEnginePINVOKE.CSharp_new_AkThreadProperties(), true)
 {
 }
 public AkSoundPosition() : this(AkSoundEnginePINVOKE.CSharp_new_AkSoundPosition(), true)
 {
 }
Esempio n. 7
0
 public ArrayPoolDefault() : this(AkSoundEnginePINVOKE.CSharp_new_ArrayPoolDefault(), true)
 {
 }
Esempio n. 8
0
 protected override void DefaultConstructAtIntPtr(System.IntPtr address)
 {
     AkSoundEnginePINVOKE.CSharp_AkObjectInfo_Clear(address);
 }
Esempio n. 9
0
 protected override void CloneIntoReferenceFromIntPtr(System.IntPtr address, AkObjectInfo other)
 {
     AkSoundEnginePINVOKE.CSharp_AkObjectInfo_Clone(address, AkObjectInfo.getCPtr(other));
 }
Esempio n. 10
0
    public bool IsDifferentFrom(Iterator in_rOp)
    {
        bool ret = AkSoundEnginePINVOKE.CSharp_Iterator_IsDifferentFrom(swigCPtr, Iterator.getCPtr(in_rOp));

        return(ret);
    }
Esempio n. 11
0
 public Iterator() : this(AkSoundEnginePINVOKE.CSharp_new_Iterator(), true)
 {
 }
Esempio n. 12
0
    public bool IsEqualTo(Iterator in_rOp)
    {
        bool ret = AkSoundEnginePINVOKE.CSharp_Iterator_IsEqualTo(swigCPtr, Iterator.getCPtr(in_rOp));

        return(ret);
    }
Esempio n. 13
0
    public PlaylistItem GetItem()
    {
        PlaylistItem ret = new PlaylistItem(AkSoundEnginePINVOKE.CSharp_Iterator_GetItem(swigCPtr), false);

        return(ret);
    }
Esempio n. 14
0
    public Iterator PrevIter()
    {
        Iterator ret = new Iterator(AkSoundEnginePINVOKE.CSharp_Iterator_PrevIter(swigCPtr), false);

        return(ret);
    }
Esempio n. 15
0
 public void Clone(AkAcousticSurface other)
 {
     AkSoundEnginePINVOKE.CSharp_AkAcousticSurface_Clone(swigCPtr, AkAcousticSurface.getCPtr(other));
 }
 protected override void DefaultConstructAtIntPtr(System.IntPtr address)
 {
     AkSoundEnginePINVOKE.CSharp_AkObstructionOcclusionValues_Clear(address);
 }
Esempio n. 17
0
 public AkVector() : this(AkSoundEnginePINVOKE.CSharp_new_AkVector(), true)
 {
 }
 protected override void CloneIntoReferenceFromIntPtr(System.IntPtr address, AkObstructionOcclusionValues other)
 {
     AkSoundEnginePINVOKE.CSharp_AkObstructionOcclusionValues_Clone(address, AkObstructionOcclusionValues.getCPtr(other));
 }
Esempio n. 19
0
    public static int Get()
    {
        int ret = AkSoundEnginePINVOKE.CSharp_ArrayPoolDefault_Get();

        return(ret);
    }
 public AkPlatformInitSettings() : this(AkSoundEnginePINVOKE.CSharp_new_AkPlatformInitSettings(), true)
 {
 }
Esempio n. 21
0
 public AkExternalSourceInfo() : this(AkSoundEnginePINVOKE.CSharp_new_AkExternalSourceInfo__SWIG_0(), true)
 {
 }
Esempio n. 22
0
 public AkAcousticSurface() : this(AkSoundEnginePINVOKE.CSharp_new_AkAcousticSurface(), true)
 {
 }
Esempio n. 23
0
 public AkExternalSourceInfo(uint in_idFile, uint in_iExternalSrcCookie, uint in_idCodec) : this(AkSoundEnginePINVOKE.CSharp_new_AkExternalSourceInfo__SWIG_3(in_idFile, in_iExternalSrcCookie, in_idCodec), true)
 {
 }
Esempio n. 24
0
 public void Clear()
 {
     AkSoundEnginePINVOKE.CSharp_AkAcousticSurface_Clear(swigCPtr);
 }
 public AkBankCallbackInfo() : this(AkSoundEnginePINVOKE.CSharp_new_AkBankCallbackInfo(), true)
 {
 }
Esempio n. 26
0
 public void DeleteName()
 {
     AkSoundEnginePINVOKE.CSharp_AkAcousticSurface_DeleteName(swigCPtr);
 }
Esempio n. 27
0
 public void set(uint id, float value)
 {
     AkSoundEnginePINVOKE.CSharp_AkAuxSendValueProxy_set(swigCPtr, id, value);
 }
Esempio n. 28
0
 public static int GetSizeOf()
 {
     return(AkSoundEnginePINVOKE.CSharp_AkAcousticSurface_GetSizeOf());
 }
Esempio n. 29
0
 public AkChannelEmitter() : this(AkSoundEnginePINVOKE.CSharp_new_AkChannelEmitter(), true)
 {
 }
Esempio n. 30
0
 public UnityEngine.Vector3 GetNodes(uint idx)
 {
     return(AkSoundEnginePINVOKE.CSharp_AkDiffractionPathInfo_GetNodes(swigCPtr, idx));
 }