CSharp_WwiseObjectIDext_GetNodeType() private method

private CSharp_WwiseObjectIDext_GetNodeType ( IntPtr jarg1 ) : int
jarg1 IntPtr
return int
Beispiel #1
0
 public AkNodeType GetNodeType()
 {
     return((AkNodeType)AkSoundEnginePINVOKE.CSharp_WwiseObjectIDext_GetNodeType(this.swigCPtr));
 }
Beispiel #2
0
    public AkNodeType GetNodeType()
    {
        AkNodeType ret = (AkNodeType)AkSoundEnginePINVOKE.CSharp_WwiseObjectIDext_GetNodeType(swigCPtr);

        return(ret);
    }