Ejemplo n.º 1
0
 public RESULT getActive(out bool active)
 {
     return(Geometry.FMOD5_Geometry_GetActive(this.rawPtr, out active));
 }