Class RuntimePrefabPropertyOverrideList | Unity Runtime Scene Serialization | 0.1.4-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class RuntimePrefabPropertyOverrideList

    Inheritance
    Object
    RuntimePrefabPropertyOverride
    RuntimePrefabPropertyOverrideList
    Inherited Members
    RuntimePrefabPropertyOverride.m_PropertyPath
    RuntimePrefabPropertyOverride.m_TransformPath
    RuntimePrefabPropertyOverride.m_ComponentIndex
    RuntimePrefabPropertyOverride.PropertyPath
    RuntimePrefabPropertyOverride.TransformPath
    RuntimePrefabPropertyOverride.ComponentIndex
    RuntimePrefabPropertyOverride.ApplyOverride(Transform)
    RuntimePrefabPropertyOverride.Create<TValue>(String, String, Int32, TValue)
    RuntimePrefabPropertyOverride.Update<TValue>(RuntimePrefabPropertyOverride, TValue)
    Namespace: Unity.RuntimeSceneSerialization.Prefabs
    Syntax
    [Serializable]
    public class RuntimePrefabPropertyOverrideList : RuntimePrefabPropertyOverride

    Constructors

    RuntimePrefabPropertyOverrideList()

    Declaration
    public RuntimePrefabPropertyOverrideList()

    RuntimePrefabPropertyOverrideList(String, String, Int32)

    Declaration
    public RuntimePrefabPropertyOverrideList(string propertyPath, string transformPath, int componentIndex)
    Parameters
    Type Name Description
    String propertyPath
    String transformPath
    Int32 componentIndex

    Fields

    m_List

    Declaration
    [SerializeField]
    protected List<RuntimePrefabPropertyOverride> m_List
    Field Value
    Type Description
    List<RuntimePrefabPropertyOverride>

    Properties

    List

    Declaration
    public List<RuntimePrefabPropertyOverride> List { get; }
    Property Value
    Type Description
    List<RuntimePrefabPropertyOverride>

    Methods

    ApplyOverrideToTarget(Object)

    Declaration
    protected override void ApplyOverrideToTarget(Object target)
    Parameters
    Type Name Description
    Object target
    Overrides
    RuntimePrefabPropertyOverride.ApplyOverrideToTarget(Object)
    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