> For the complete documentation index, see [llms.txt](https://kinematicsoup.gitbook.io/reactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinematicsoup.gitbook.io/reactor/api-reference/ks.reactor.client.unity/ks.reactor.client.unity.ksconverginginputpredictorasset/ks.reactor.client.unity.ksconverginginputpredictorasset.propertybehaviour.md).

# Struct ksConvergingInputPredictorAsset.PropertyBehaviour

Namespace: [KS.Reactor.Client.Unity](/reactor/api-reference/ks.reactor.client.unity.md)\
Assembly: KSUnity-Source.dll

Describes how to predict a property.

```csharp
[Serializable]
public struct ksConvergingInputPredictorAsset.PropertyBehaviour
```

#### Inherited Members

[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)), [object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)), [object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode), [object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype), [object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals), [object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)

## Fields

### Property <a href="#ks_reactor_client_unity_ksconverginginputpredictorasset_propertybehaviour_property" id="ks_reactor_client_unity_ksconverginginputpredictorasset_propertybehaviour_property"></a>

```csharp
[Tooltip("Property id")]
public uint Property
```

#### Field Value

[uint](https://learn.microsoft.com/dotnet/api/system.uint32)

### Tolerance <a href="#ks_reactor_client_unity_ksconverginginputpredictorasset_propertybehaviour_tolerance" id="ks_reactor_client_unity_ksconverginginputpredictorasset_propertybehaviour_tolerance"></a>

```csharp
[Tooltip("If the difference between predicted and server property change rates exceeds the tolerance, inputs will be replayed using the new server property value and change rate to get a more accurate prediction.")]
public float Tolerance
```

#### Field Value

[float](https://learn.microsoft.com/dotnet/api/system.single)

### Type <a href="#ks_reactor_client_unity_ksconverginginputpredictorasset_propertybehaviour_type" id="ks_reactor_client_unity_ksconverginginputpredictorasset_propertybehaviour_type"></a>

```csharp
[Tooltip("The prediction behaviour of the property.")]
public ksPredictionBehaviour Type
```

#### Field Value

[ksPredictionBehaviour](/reactor/api-reference/ks.reactor.client/ks.reactor.client.kspredictionbehaviour.md)
