Class MovableLinkComponent
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Eco.Gameplay.Components
Assembly: Eco.Gameplay.dll
Syntax
public class MovableLinkComponent : LinkComponent, ILinkable, IOwned, IController, IViewController, IHasUniversalID, IHasSerializableID, IRPCAuthChecks, INotifyPropertyChanged, IThreadSafeSubscriptions, ISubscriptions<ThreadSafeSubscriptions>, ISubscriptions, IHasInteractions
Constructors
MovableLinkComponent()
Declaration
public MovableLinkComponent()
Methods
NewDefaultLinkSettings(IAlias, WorldObject, Type)
Declaration
protected override LinkComponent.LinkSettings NewDefaultLinkSettings(IAlias user, WorldObject linkedObj, Type compType)
Parameters
| Type | Name | Description |
|---|---|---|
| IAlias | user | |
| WorldObject | linkedObj | |
| System.Type | compType |
Returns
| Type | Description |
|---|---|
| LinkComponent.LinkSettings |
Overrides
Relink()
Declaration
protected override void Relink()
Overrides
Tick()
Declaration
public override void Tick()
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged