Interface IRestorableData
An interface to enable storage of data which can be retrieved later.
Namespace: USD.NET
Syntax
public interface IRestorableData
Remarks
Used, for example, to speed up the deserialization of animated prims. As we only load the dynamic properties per sample, if the downstream logic needs some static properties they can be stored temporarily as an IRestorableData in a DeserializationContext.