docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method OnInitialize

    OnInitialize(ref NetworkTransformState)

    Invoked when first spawned and when ownership changes.

    Declaration
    protected virtual void OnInitialize(ref NetworkTransform.NetworkTransformState replicatedState)
    Parameters
    Type Name Description
    NetworkTransform.NetworkTransformState replicatedState

    the current NetworkTransform.NetworkTransformState after initializing

    OnInitialize(ref NetworkVariable<NetworkTransformState>)

    This method is only invoked by the owner Use: OnInitialize(ref NetworkTransformState replicatedState) to be notified on all instances

    Declaration
    protected virtual void OnInitialize(ref NetworkVariable<NetworkTransform.NetworkTransformState> replicatedState)
    Parameters
    Type Name Description
    NetworkVariable<NetworkTransform.NetworkTransformState> replicatedState
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)