C# Class UnityEditor.Connect.UnityConnectServiceData

Mostra file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
EnableService ( bool enabled ) : void
OnProjectUnbound ( ) : void
UnityConnectServiceData ( string serviceName, string htmlSourcePath, CloudServiceAccess jsGlobalObject, string jsGlobalObjectName ) : System

Method Details

EnableService() public method

public EnableService ( bool enabled ) : void
enabled bool
return void

OnProjectUnbound() public method

public OnProjectUnbound ( ) : void
return void

UnityConnectServiceData() public method

public UnityConnectServiceData ( string serviceName, string htmlSourcePath, CloudServiceAccess jsGlobalObject, string jsGlobalObjectName ) : System
serviceName string
htmlSourcePath string
jsGlobalObject UnityEditor.Web.CloudServiceAccess
jsGlobalObjectName string
return System