Exemple #1
0
 static void OpenAPIReference(MenuCommand command)
 {
     Application.OpenURL(CameraShakePreferences.ScriptingUrl(command.context.GetType()));
 }
 internal static void OpenReferenceManual()
 {
     Application.OpenURL(CameraShakePreferences.ReferenceManualUrl());
 }
Exemple #3
0
 static void OpenHelp(MenuCommand command)
 {
     Application.OpenURL(CameraShakePreferences.ComponentUrl(command.context.GetType()));
 }