docs.unity.cn
    Show / Hide Table of Contents

    Class UsdVariabilityAttribute

    Declares the variability of the UsdAttribute that will be generated.

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

    Setting the value to Variability.Uniform indicates the UsdAttribute may not have time samples and can only hold a single value. By default, UsdAttributes will be declared as Varying unless writing to a schema that previously declared the attribute to be Uniform.

    Constructors

    UsdVariabilityAttribute(Variability)

    Declaration
    public UsdVariabilityAttribute(Variability variability)
    Parameters
    Type Name Description
    Variability variability

    Properties

    SdfVariability

    Declaration
    public SdfVariability SdfVariability { get; }
    Property Value
    Type Description
    SdfVariability
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, June 23, 2023