Table of Contents

Struct OnChangedMethod

Namespace
Netick
Assembly
Netick.dll
public struct OnChangedMethod
Inherited Members

Constructors

OnChangedMethod(bool, int, bool, int, int, int, OnChangedEvent)

public OnChangedMethod(bool isArray, int inversePrecision, bool invokeDuringResims, int propertyIndex, int propertySize, int behaviourIndex, OnChangedEvent evnt)

Parameters

isArray bool
inversePrecision int
invokeDuringResims bool
propertyIndex int
propertySize int
behaviourIndex int
evnt OnChangedEvent

Properties

InvokeDuringResims

public bool InvokeDuringResims { get; }

Property Value

bool

IsArray

public bool IsArray { get; }

Property Value

bool