Class AuthDataTrackerComponent
Tracks object's consumers list and saves it into persistent data.
Inheritance
System.Object
AuthDataTrackerComponent
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public class AuthDataTrackerComponent : WorldObjectComponent, ILinkable, IOwned, IController, IViewController, IHasUniversalID, IHasSerializableID, IRPCAuthChecks, INotifyPropertyChanged, IThreadSafeSubscriptions, ISubscriptions<ThreadSafeSubscriptions>, ISubscriptions, IHasInteractions, IPersistentData
Constructors
AuthDataTrackerComponent()
Declaration
public AuthDataTrackerComponent()
Fields
auth
Declaration
protected AuthComponent auth
Field Value
Properties
AuthComponent
Declaration
public AuthComponent AuthComponent { get; }
Property Value
AuthData
Declaration
[NewTooltipChildren]
public AuthItemData AuthData { get; set; }
Property Value
PersistentData
Declaration
public object PersistentData { get; set; }
Property Value
Type |
Description |
System.Object |
|
Methods
Initialize()
Declaration
public override void Initialize()
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods