TestAction

Test action implementation used for validating the action variable system with various field types.

Definition

Namespace: Paragon.Core.ActionSystem Assembly: Paragon.dll

[Serializable]
public class TestAction : Action

Inheritance: Action → TestAction

Description

TestAction is a development and testing utility that demonstrates the [Variable] attribute across multiple field types. It serves as a reference implementation for how action variables work with different data types.

circle-exclamation

Variables

The following fields are marked with [Variable]:

Field
Type
Visibility

Bool

bool

public

Int

int

public

Float

float

public

String

string

public

Vector3

Vector3

public

GameObject

GameObject

public

classData

ClassData

private

structData

StructData

private

action

Action

private

list

List<string>

private

Nested Types

ClassData

Private nested class for testing class-type variables.

StructData

Private nested struct for testing struct-type variables.

Methods

OnExecute()

Returns immediately without performing any action.

Returns: Task.CompletedTask

See Also

Last updated

Was this helpful?