Public Member Functions | |
| void | GetObjectData (Object obj, SerializationInfo info, StreamingContext context) |
| This is called to serialize the Scene. | |
| Object | SetObjectData (Object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector) |
| This is called to deserialize a scene object. | |
| void | GetObjectData (Object obj, SerializationInfo info, StreamingContext context) |
| This is called to serialize the Scene. | |
| Object | SetObjectData (Object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector) |
| This is called to deserialize a scene object. | |
Definition at line 9 of file OutDoorSceneSurrogate.cs.
| void DXGfxLib.Serialization.OutDoorSceneSurrogate.GetObjectData | ( | Object | obj, | |
| SerializationInfo | info, | |||
| StreamingContext | context | |||
| ) |
This is called to serialize the Scene.
| obj | The scene object that need to be serialized. | |
| info | where we have to write what we want to be serialized. | |
| context |
Definition at line 17 of file OutDoorSceneSurrogate.cs.
| void DXGfxLib.Serialization.OutDoorSceneSurrogate.GetObjectData | ( | Object | obj, | |
| SerializationInfo | info, | |||
| StreamingContext | context | |||
| ) |
This is called to serialize the Scene.
| obj | The scene object that need to be serialized. | |
| info | where we have to write what we want to be serialized. | |
| context |
Definition at line 17 of file OutDoorSceneSurrogate.cs.
| Object DXGfxLib.Serialization.OutDoorSceneSurrogate.SetObjectData | ( | Object | obj, | |
| SerializationInfo | info, | |||
| StreamingContext | context, | |||
| ISurrogateSelector | selector | |||
| ) |
This is called to deserialize a scene object.
| obj | The scene object we need to populate with values. | |
| info | Serialized information we need to read and push to the scene object. | |
| context | ||
| selector |
Definition at line 63 of file OutDoorSceneSurrogate.cs.

| Object DXGfxLib.Serialization.OutDoorSceneSurrogate.SetObjectData | ( | Object | obj, | |
| SerializationInfo | info, | |||
| StreamingContext | context, | |||
| ISurrogateSelector | selector | |||
| ) |
This is called to deserialize a scene object.
| obj | The scene object we need to populate with values. | |
| info | Serialized information we need to read and push to the scene object. | |
| context | ||
| selector |
Definition at line 63 of file OutDoorSceneSurrogate.cs.

1.5.8