Delegate NetworkTransform.ClientMoveCallback3D | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Delegate NetworkTransform.ClientMoveCallback3D

    Namespace: UnityEngine.Networking
    Syntax
    public delegate bool ClientMoveCallback3D(ref Vector3 position, ref Vector3 velocity, ref Quaternion rotation);
    Parameters
    Type Name Description
    Vector3 position
    Vector3 velocity
    Quaternion rotation
    Returns
    Type Description
    System.Boolean
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX