Table of Contents

Class ExecutionList.BehaviourList

Namespace
Netick
Assembly
Netick.dll
public class ExecutionList.BehaviourList
Inheritance
ExecutionList.BehaviourList
Inherited Members

Constructors

BehaviourList(int, int)

public BehaviourList(int order, int cap)

Parameters

order int
cap int

Fields

List

public List<INetickScript> List

Field Value

List<INetickScript>

Order

public int Order

Field Value

int

PostNetworkFixedUpdate

public Action<BehaviourCallbackContext> PostNetworkFixedUpdate

Field Value

Action<BehaviourCallbackContext>

PreNetworkFixedUpdate

public Action<BehaviourCallbackContext> PreNetworkFixedUpdate

Field Value

Action<BehaviourCallbackContext>