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