Class UpdateInWorld | Unity NetCode | 0.2.0-preview.5
docs.unity.cn
    Show / Hide Table of Contents

    Class UpdateInWorld

    Inheritance
    Object
    Attribute
    UpdateInWorld
    Namespace: Unity.NetCode
    Syntax
    public class UpdateInWorld : Attribute, _Attribute

    Constructors

    UpdateInWorld(UpdateInWorld.TargetWorld)

    Declaration
    public UpdateInWorld(UpdateInWorld.TargetWorld w)
    Parameters
    Type Name Description
    UpdateInWorld.TargetWorld w

    Properties

    World

    Declaration
    public UpdateInWorld.TargetWorld World { get; }
    Property Value
    Type Description
    UpdateInWorld.TargetWorld
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX