Piccolo.NET

PLayer.GetObjectData Method 

Overridden. Write this layer and all its children to the given SerializationInfo.

public override void GetObjectData(
   SerializationInfo info,
   StreamingContext context
);

Parameters

info
The SerializationInfo to write to.
context
The streaming context of this serialization operation.

Implements

ISerializable.GetObjectData

Remarks

Note that the layer writes out any cameras that are viewing it conditionally, so they will only get written out if someone else writes them unconditionally.

See Also

PLayer Class | UMD.HCIL.Piccolo Namespace


Web Accessibility