docs.unity3d.com
    Show / Hide Table of Contents

    Class TrackedTransform

    Tracks and applies variant changes to a Transform.

    Inheritance
    Object
    TrackedObject
    TrackedTransform
    TrackedRectTransform
    Inherited Members
    TrackedObject.Target
    TrackedObject.TrackedProperties
    TrackedObject.AddTrackedProperty<T>(String)
    TrackedObject.AddTrackedProperty(ITrackedProperty)
    TrackedObject.RemoveTrackedProperty(ITrackedProperty)
    TrackedObject.GetTrackedProperty<T>(String, Boolean)
    TrackedObject.GetTrackedProperty(String)
    TrackedObject.CreateCustomTrackedProperty(String)
    TrackedObject.PostApplyTrackedProperties()
    Namespace: UnityEngine.Localization.PropertyVariants.TrackedObjects
    Syntax
    [Serializable]
    [DisplayName("Transform", null)]
    [CustomTrackedObject(typeof(Transform), false)]
    public class TrackedTransform : TrackedObject, ISerializationCallbackReceiver

    Methods

    AddPropertyHandlers(Dictionary<String, Action<Single>>)

    Declaration
    protected virtual void AddPropertyHandlers(Dictionary<string, Action<float>> handlers)
    Parameters
    Type Name Description
    Dictionary<String, Action<Single>> handlers

    ApplyLocale(Locale, Locale)

    Declaration
    public override AsyncOperationHandle ApplyLocale(Locale variantLocale, Locale defaultLocale)
    Parameters
    Type Name Description
    Locale variantLocale
    Locale defaultLocale
    Returns
    Type Description
    AsyncOperationHandle
    Overrides
    TrackedObject.ApplyLocale(Locale, Locale)

    CanTrackProperty(String)

    Declaration
    public override bool CanTrackProperty(string propertyPath)
    Parameters
    Type Name Description
    String propertyPath
    Returns
    Type Description
    Boolean
    Overrides
    TrackedObject.CanTrackProperty(String)
    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