docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct RotationScaleVariant

    A serialization strategy that replicates the entity Unity.Transforms.LocalTransform.Rotation and Unity.Transforms.LocalTransform.Scale properties.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.NetCode
    Assembly: Unity.NetCode.dll
    Syntax
    [Preserve]
    [GhostComponentVariation(typeof(LocalTransform), "RotationScale - 3D", false)]
    public struct RotationScaleVariant

    Fields

    Rotation

    The position value is replicated with a default quantization unit of 1000 (so roughly 1mm precision per component). The replicated position value support both interpolation and extrapolation

    Declaration
    public quaternion Rotation
    Field Value
    Type Description
    quaternion

    Scale

    The scale value is replicated with a default quantization unit of 1000, and support both interpolation and exrapolation.

    Declaration
    public float Scale
    Field Value
    Type Description
    float
    In This Article
    Back to top
    Copyright © 2025 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)