OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class UnturnedPlayerAsset

Inheritance
System.Object
UnturnedPlayerAsset
Implements
IEntityAsset
Namespace: OpenMod.Unturned.Players
Assembly: OpenMod.Unturned.dll
Syntax
public class UnturnedPlayerAsset : object, IEntityAsset

Properties

| Improve this Doc View Source

EntityAssetId

Declaration
public string EntityAssetId { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

EntityType

Declaration
public string EntityType { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Instance

Declaration
public static UnturnedPlayerAsset Instance { get; }
Property Value
Type Description
UnturnedPlayerAsset
| Improve this Doc View Source

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Implements

IEntityAsset

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)