Show / Hide Table of Contents

Class GameplayEffectPolicy

Inheritance
System.Object
GameplayEffectPolicy
Implements
IGameplayEffectPolicy
Namespace: GameplayAbilitySystem.GameplayEffects
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
Type Description
EDurationPolicy
| Improve this Doc View Source

Modifiers

Declaration
public List<GameplayEffectModifier> Modifiers { get; }
Property Value
Type Description
List<GameplayEffectModifier>

Implements

IGameplayEffectPolicy
  • Improve this Doc
  • View Source
Back to top Generated by DocFX