Interface ViewSizer
-
- All Known Implementing Classes:
DpToMetersViewSizer,FixedHeightViewSizer,FixedWidthViewSizer
public interface ViewSizerInterface for controlling the size of aViewRenderablein theScene. The final size that the view is displayed at will be the size from thisViewSizerscaled by theNode.getWorldScale()of theNodethat theViewRenderableis attached to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vector3getSize(android.view.View view)Calculates the desired size of the view in theScene.
-