Free |
protected override void BaseCreateFrom( Camera originalCamera )
The CreateFrom method first call BeginInit, than the BaseCreateFrom method and than EndInit. This way all the creating process updates the camera only once (in the EndInit call).
All overridden BaseCreateFrom methods should call base.BaseCreateFrom method.