Table of Contents

Class PlatformRegistry

Namespace
nadena.dev.ndmf.platform

Tracks the set of known platform providers.

public static class PlatformRegistry
Inheritance
PlatformRegistry
Inherited Members

Properties

PlatformProviders

Returns a dictionary from qualified name to platform provider.

public static ImmutableDictionary<string, INDMFPlatformProvider> PlatformProviders { get; }

Property Value

ImmutableDictionary<string, INDMFPlatformProvider>

Exceptions

Exception

Methods

GetPrimaryPlatformForAvatar(GameObject)

public static INDMFPlatformProvider? GetPrimaryPlatformForAvatar(GameObject avatarObject)

Parameters

avatarObject GameObject

Returns

INDMFPlatformProvider