ActionVariable<T>
Generic typed wrapper for ActionVariable with strongly-typed value access.
Definition
Namespace: Paragon.Core.ActionSystem
Assembly: Paragon.dll
[Serializable]
public class ActionVariable<TVariable> : ActionVariableInheritance: Object → ActionVariable → ActionVariable<TVariable>
Type Parameters
Parameter
Description
TVariable
The type of the variable value
Properties
Value
Gets or sets the strongly-typed value.
public TVariable Value { get; set; }Example
See Also
Last updated
Was this helpful?