Class GameplayEffectPolicy
Inheritance
System.Object
GameplayEffectPolicy
Assembly: Assembly-CSharp-firstpass.dll
Syntax
public class GameplayEffectPolicy : object, IGameplayEffectPolicy
Properties
|
Improve this Doc
View Source
DurationMagnitude
Declaration
public float DurationMagnitude { get; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
DurationPolicy
Declaration
public EDurationPolicy DurationPolicy { get; }
Property Value
|
Improve this Doc
View Source
Modifiers
Declaration
public List<GameplayEffectModifier> Modifiers { get; }
Property Value
Implements