C# Class SampleDependencies, unity-jar-resolver

Mostrar archivo Open project: googlesamples/unity-jar-resolver

Public Properties

Property Type Description
svcSupport object

Public Methods

Method Description
RegisterAndroidDependencies ( ) : void

Registers the android dependencies.

RegisterDependencies ( ) : void

Registers the dependencies needed by this plugin.

RegisterIOSDependencies ( ) : void

Registers the IOS dependencies.

Private Methods

Method Description
OnPostprocessAllAssets ( string importedAssets, string deletedAssets, string movedAssets, string movedFromPath ) : void
SampleDependencies ( ) : System

Method Details

RegisterAndroidDependencies() public static method

Registers the android dependencies.
public static RegisterAndroidDependencies ( ) : void
return void

RegisterDependencies() public static method

Registers the dependencies needed by this plugin.
public static RegisterDependencies ( ) : void
return void

RegisterIOSDependencies() public static method

Registers the IOS dependencies.
public static RegisterIOSDependencies ( ) : void
return void

Property Details

svcSupport public_oe static_oe property

Instance of the PlayServicesSupport resolver
public static object svcSupport
return object