FMOD_Geometry_GetRotation() private méthode

private FMOD_Geometry_GetRotation ( IntPtr geometry, VECTOR &forward, VECTOR &up ) : RESULT
geometry System.IntPtr
forward VECTOR
up VECTOR
Résultat RESULT
 public RESULT getRotation(ref VECTOR forward, ref VECTOR up)
 {
     return(Geometry.FMOD_Geometry_GetRotation(geometryraw, ref forward, ref up));
 }