Class LinkComponent.SettingsKey
Inheritance
System.Object
LinkComponent.SettingsKey
Assembly: Eco.Gameplay.dll
Syntax
protected class SettingsKey : Object
Constructors
SettingsKey()
Declaration
SettingsKey(IAlias, WorldObjectHandle, Type)
Declaration
public SettingsKey(IAlias user, WorldObjectHandle obj, Type componentType)
Parameters
Properties
Alias
Declaration
public IAlias Alias { get; }
Property Value
ComponentType
Declaration
public Type ComponentType { get; }
Property Value
Type |
Description |
System.Type |
|
Object
Declaration
public WorldObjectHandle Object { get; }
Property Value
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Extension Methods