Click or drag to resize

AssetWrite Method

Serializes this instance of Asset.

Namespace: Demo3D.Visuals.Assets
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public void Write(
	Serializer serializer,
	Object value
)

Parameters

serializer  Serializer
An instance of Serializer with which to serialize this Asset.
value  Object
The object being serialized.
See Also