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

    Delegate NetworkTransform.ClientMoveCallback2D

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