Click or drag to resize

BaseVH Methods

The BaseVH type exposes the following members.

Methods
  NameDescription
Public methodCanPresentModelType
Public methodCollectViews
If instead of calling Init(GameObject, Int32, Boolean, Boolean), the initializaton is done manually, this should be called lastly as part of the initialization phase
(Overrides AbstractViewsHolderCollectViews.)
Public methodUpdateTitleOnly
Public methodUpdateViews
Called to update the views from the specified model. Overriden by inheritors to update their own views after casting the model to its known type
Top
See Also