Class DefaultDRMServiceProvider
- Namespace
- DLCToolkit.DRM
- Assembly
- DLCToolkit.dll
A DRM service provider that supports editor local DRM, steamworks, and google play DRM services.
public sealed class DefaultDRMServiceProvider : IDRMServiceProvider
- Inheritance
-
DefaultDRMServiceProvider
- Implements
Fields
editorContentPath
The path where DLC content will be stored in editor mode. The editor will scan this folder for DLC content automatically.
public string editorContentPath
Field Value
Methods
GetDRMProvider()
Get the DRM provider for the current platform.
public IDRMProvider GetDRMProvider()