Table of Contents

Struct BehaviourStateRef

Namespace
Netick.Unity
Assembly
Netick.Unity.dll
public struct BehaviourStateRef
Inherited Members

Constructors

BehaviourStateRef(int, long, int)

public BehaviourStateRef(int stateSizeBytes, long stateOffsetBytes, int blockIndex)

Parameters

stateSizeBytes int
stateOffsetBytes long
blockIndex int

Fields

BlockIndex

public int BlockIndex

Field Value

int

StateOffsetBytes

public long StateOffsetBytes

Field Value

long

StateSizeBytes

public int StateSizeBytes

Field Value

int