docs.unity.cn
    Show / Hide Table of Contents

    Class FusedTransformAttribute

    Indicates that this is a USD transform should should be fused into a single GfMatrix4d.

    Inheritance
    Object
    Attribute
    FusedTransformAttribute
    Namespace: USD.NET
    Syntax
    public class FusedTransformAttribute : Attribute, _Attribute
    Remarks

    This special case is for performance and simplicity. Transforms in USD can be composed of an arbitrary number of component (translate/rotate/scale) operations, however this API is designed for ease of use and performance. In this case, all component operations are collapsed into a single 4x4 matrix.

    Constructors

    FusedTransformAttribute()

    Declaration
    public FusedTransformAttribute()
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, June 23, 2023