@@ -454,6 +454,7 @@ void Camera::Serialize(SerializeStream& stream, const void* otherObj)
|
|||||||
SERIALIZE_MEMBER(CustomAspectRatio, _customAspectRatio);
|
SERIALIZE_MEMBER(CustomAspectRatio, _customAspectRatio);
|
||||||
SERIALIZE_MEMBER(Near, _near);
|
SERIALIZE_MEMBER(Near, _near);
|
||||||
SERIALIZE_MEMBER(Far, _far);
|
SERIALIZE_MEMBER(Far, _far);
|
||||||
|
SERIALIZE_MEMBER(OrthoSize, _orthoSize);
|
||||||
SERIALIZE_MEMBER(OrthoScale, _orthoScale);
|
SERIALIZE_MEMBER(OrthoScale, _orthoScale);
|
||||||
SERIALIZE(RenderLayersMask);
|
SERIALIZE(RenderLayersMask);
|
||||||
SERIALIZE(RenderFlags);
|
SERIALIZE(RenderFlags);
|
||||||
@@ -470,6 +471,7 @@ void Camera::Deserialize(DeserializeStream& stream, ISerializeModifier* modifier
|
|||||||
DESERIALIZE_MEMBER(CustomAspectRatio, _customAspectRatio);
|
DESERIALIZE_MEMBER(CustomAspectRatio, _customAspectRatio);
|
||||||
DESERIALIZE_MEMBER(Near, _near);
|
DESERIALIZE_MEMBER(Near, _near);
|
||||||
DESERIALIZE_MEMBER(Far, _far);
|
DESERIALIZE_MEMBER(Far, _far);
|
||||||
|
DESERIALIZE_MEMBER(OrthoSize, _orthoSize);
|
||||||
DESERIALIZE_MEMBER(OrthoScale, _orthoScale);
|
DESERIALIZE_MEMBER(OrthoScale, _orthoScale);
|
||||||
DESERIALIZE(RenderLayersMask);
|
DESERIALIZE(RenderLayersMask);
|
||||||
DESERIALIZE(RenderFlags);
|
DESERIALIZE(RenderFlags);
|
||||||
|
|||||||
Reference in New Issue
Block a user