docs.unity3d.com
    Show / Hide Table of Contents

    Class TransformOverride

    Inheritance
    Object
    TransformOverride
    Namespace: UnityEngine.Reflect
    Syntax
    public class TransformOverride : IDataInstance

    Properties

    Id

    Declaration
    public SyncId Id { get; set; }
    Property Value
    Type Description
    SyncId
    Implements
    IDataInstance.Id

    InstanceId

    Declaration
    public SyncId InstanceId { get; set; }
    Property Value
    Type Description
    SyncId

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    String

    Position

    Declaration
    public Vector3 Position { get; set; }
    Property Value
    Type Description
    Vector3

    Rotation

    Declaration
    public Vector3 Rotation { get; set; }
    Property Value
    Type Description
    Vector3

    Scale

    Declaration
    public Vector3 Scale { get; set; }
    Property Value
    Type Description
    Vector3

    SourceId

    Declaration
    public string SourceId { get; set; }
    Property Value
    Type Description
    String

    Methods

    FromSyncModel(ISyncModel)

    Declaration
    public static TransformOverride FromSyncModel(ISyncModel syncModel)
    Parameters
    Type Name Description
    ISyncModel syncModel
    Returns
    Type Description
    TransformOverride
    Back to top
    Terms of use
    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