isValid
A Boolean value indicating whether this property is valid.
Declaration
var isValid: Bool { get }Discussion
A property’s validity is connected to a USDStage. A property becomes invalid when the lifetime of its stage ends.
A property will also expire if its stage no longer defines a value for the property. isValid is false if this property has expired.