docs.unity.cn
    Show / Hide Table of Contents

    Class NetworkTransformStateTests

    Inheritance
    Object
    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
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, September 13, 2022
    Terms of use