Class Influence
Inheritance
System.Object
Influence
Assembly: Eco.Gameplay.dll
Syntax
public sealed class Influence : ValueType
Constructors
Influence(IInfluencer, IEnumerable<RadPoint>)
Declaration
public Influence(IInfluencer parent, IEnumerable<RadPoint> points)
Parameters
Type |
Name |
Description |
IInfluencer |
parent |
|
System.Collections.Generic.IEnumerable<RadPoint> |
points |
|
Fields
InfluenceParent
Declaration
public IInfluencer InfluenceParent
Field Value
Points
Declaration
public List<RadPoint> Points
Field Value
Type |
Description |
System.Collections.Generic.List<RadPoint> |
|
Extension Methods