UserResourceReferenceRead Method  | 
 
            Populates this instance of UserResourceReference from a serialized version.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic Object Read(
	SerializerEntryReader entryReader
)
Parameters
- entryReader
 - Type: SerializerEntryReader
A SerializerEntryReader for reading the entry corresponding to this object. 
Return Value
Type: 
ObjectThis instance of UserResourceReference.
See Also