GenericVariable<T>

Description

A variable that contains a generic type.

public abstract class InitialPrefabs.DaniAI.GenericVariable<T>
    : Variable

Properties

Type Name Summary
T Value The variable’s current value.
Type ValueType The variable’s type.

Methods

Type Name Summary
Object GetValue() Gets the variable’s current value as an object type.
String ToString() Outputs a formatted value of the variable.