Click or drag to resize

AspectComponentBaseSerializableDependency Method (SerializableObject)

Note: This API is now obsolete.

Whether the specified object depends on the serializable object.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
[ObsoleteAttribute]
public override bool SerializableDependency(
	SerializableObject so
)

Parameters

so
Type: Demo3D.VisualsSerializableObject
The object to test.

Return Value

Type: Boolean
True if this object depends on the serializable object, false otherwise.
Remarks
When serializing out this object, all serializable objects that the this object depends on are also serialized out.
See Also