Class NetworkTransformStateTests
Namespace: Unity.Netcode.RuntimeTests
Syntax
public class NetworkTransformStateTests
Methods
TestSyncAxes(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
Declaration
public void TestSyncAxes(bool inLocalSpace, bool syncPosX, bool syncPosY, bool syncPosZ, bool syncRotX, bool syncRotY, bool syncRotZ, bool syncScaX, bool syncScaY, bool syncScaZ)
Parameters
Type | Name | Description |
---|---|---|
Boolean | inLocalSpace | |
Boolean | syncPosX | |
Boolean | syncPosY | |
Boolean | syncPosZ | |
Boolean | syncRotX | |
Boolean | syncRotY | |
Boolean | syncRotZ | |
Boolean | syncScaX | |
Boolean | syncScaY | |
Boolean | syncScaZ |
TestThresholds(Boolean, Single, Single, Single)
Declaration
public void TestThresholds(bool inLocalSpace, float positionThreshold, float rotAngleThreshold, float scaleThreshold)
Parameters
Type | Name | Description |
---|---|---|
Boolean | inLocalSpace | |
Single | positionThreshold | |
Single | rotAngleThreshold | |
Single | scaleThreshold |