- sceneRoot
- The root of the hierarchy in which scene changes and transitions will take place.
- layoutId
- The id of a standard layout resource file.
- context
- The context used in the process of inflating the layout resource.
Documentation for this section has not yet been entered.
Returns a Scene described by the resource file associated with the given layoutId parameter. If such a Scene has already been created for the given sceneRoot, that same Scene will be returned. This caching of layoutId-based scenes enables sharing of common scenes between those created in code and those referenced by Android.Transitions.TransitionManager XML resource files.