Click or drag to resize

AssetRead Method

Populates this instance of Asset from a serialized version.

Namespace: Demo3D.Visuals.Assets
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public Object Read(
	SerializerEntryReader entryReader
)

Parameters

entryReader  SerializerEntryReader
A SerializerEntryReader for reading the entry corresponding to this object.

Return Value

Object
This instance of Asset.
See Also