C# Class SampleDependencies, unity-jar-resolver

Afficher le fichier Open project: googlesamples/unity-jar-resolver

Méthodes publiques

Свойство Type Description
svcSupport object

Méthodes publiques

Méthode Description
RegisterAndroidDependencies ( ) : void

Registers the android dependencies.

RegisterDependencies ( ) : void

Registers the dependencies needed by this plugin.

RegisterIOSDependencies ( ) : void

Registers the IOS dependencies.

Private Methods

Méthode Description
OnPostprocessAllAssets ( string importedAssets, string deletedAssets, string movedAssets, string movedFromPath ) : void
SampleDependencies ( ) : System

Method Details

RegisterAndroidDependencies() public static méthode

Registers the android dependencies.
public static RegisterAndroidDependencies ( ) : void
Résultat void

RegisterDependencies() public static méthode

Registers the dependencies needed by this plugin.
public static RegisterDependencies ( ) : void
Résultat void

RegisterIOSDependencies() public static méthode

Registers the IOS dependencies.
public static RegisterIOSDependencies ( ) : void
Résultat void

Property Details

svcSupport public_oe static_oe property

Instance of the PlayServicesSupport resolver
public static object svcSupport
Résultat object