Method Deserialize
Deserialize(ref object, UsdPrim, UsdTimeCode, FieldInfo, HashSet<MemberInfo>, ref bool?, string)
Declaration
public void Deserialize(ref object fieldValue, UsdPrim prim, UsdTimeCode usdTime, FieldInfo field, HashSet<MemberInfo> accessMap, ref bool? mayVary, string usdNamespace = null)
Parameters
Deserialize(ref object, UsdPrim, UsdTimeCode, PropertyInfo, HashSet<MemberInfo>, ref bool?, string)
Declaration
public void Deserialize(ref object propValue, UsdPrim prim, UsdTimeCode usdTime, PropertyInfo field, HashSet<MemberInfo> accessMap, ref bool? mayVary, string usdNamespace = null)
Parameters
Deserialize<T>(T, UsdPrim, UsdTimeCode, HashSet<MemberInfo>, ref bool?, string)
Declaration
public void Deserialize<T>(T t, UsdPrim prim, UsdTimeCode usdTime, HashSet<MemberInfo> accessMap, ref bool? mayVary, string usdNamespace = null) where T : SampleBase
Parameters
Type Parameters