Class ButtonComponent
Inheritance
System.Object
ButtonComponent
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
public class ButtonComponent : WorldObjectComponent, ILinkable, IOwned, IController, IViewController, IHasUniversalID, IHasSerializableID, IRPCAuthChecks, INotifyPropertyChanged, IThreadSafeSubscriptions, ISubscriptions<ThreadSafeSubscriptions>, ISubscriptions, IHasInteractions
Constructors
Declaration
Properties
Declaration
public bool On { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public WireOutput OutputWire { get; }
Property Value
Methods
Declaration
public override void Destroy()
Overrides
Declaration
public override void Initialize()
Overrides
Declaration
[Interaction]
public void Press(Player player, InteractionTriggerInfo trigger, InteractionTarget target)
Parameters
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods