Class SharedComponentDataProxy<T> | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class SharedComponentDataProxy<T>

    Inheritance
    System.Object
    ComponentDataProxyBase
    SharedComponentDataProxy<T>
    Inherited Members
    ComponentDataProxyBase.OnEnable()
    ComponentDataProxyBase.OnDisable()
    Namespace: Unity.Entities
    Syntax
    public abstract class SharedComponentDataProxy<T> : ComponentDataProxyBase, ISerializationCallbackReceiver where T : struct, ISharedComponentData
    Type Parameters
    Name Description
    T

    Properties

    Value

    Declaration
    public T Value { get; set; }
    Property Value
    Type Description
    T

    Methods

    ValidateSerializedData(ref T)

    Declaration
    protected virtual void ValidateSerializedData(ref T serializedData)
    Parameters
    Type Name Description
    T serializedData
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023