Table of Contents

Class InternalNetworkRpcInfo

Namespace
Netick
Assembly
Netick.dll
public class InternalNetworkRpcInfo : Attribute
Inheritance
InternalNetworkRpcInfo
Inherited Members

Constructors

InternalNetworkRpcInfo(int, bool, bool)

public InternalNetworkRpcInfo(int size = -1, bool isTargeted = false, bool isStatic = false)

Parameters

size int
isTargeted bool
isStatic bool

Fields

IsStatic

public bool IsStatic

Field Value

bool

IsTargeted

public bool IsTargeted

Field Value

bool

Size

public int Size

Field Value

int