Class InfluenceManager
Inheritance
System.Object
InfluenceManager
Assembly: Eco.Gameplay.dll
Syntax
public class InfluenceManager : Singleton<InfluenceManager>, IController, IViewController, IHasUniversalID
Constructors
InfluenceManager()
Declaration
public InfluenceManager()
Properties
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
InfluenceChangeNotifier
Declaration
public InfluenceChangeNotifier InfluenceChangeNotifier { get; }
Property Value
Methods
GetMap(Object)
Declaration
public InfluenceMap GetMap(object handle)
Parameters
Type |
Name |
Description |
System.Object |
handle |
|
Returns
Implements
Extension Methods