AnimatorSet.Play(Animator) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method creates a Builder
object, which is used to
set up playing constraints.
[Android.Runtime.Register("play", "(Landroid/animation/Animator;)Landroid/animation/AnimatorSet$Builder;", "")]
public Android.Animation.AnimatorSet.Builder? Play (Android.Animation.Animator? anim);
[<Android.Runtime.Register("play", "(Landroid/animation/Animator;)Landroid/animation/AnimatorSet$Builder;", "")>]
member this.Play : Android.Animation.Animator -> Android.Animation.AnimatorSet.Builder
Parameters
- anim
- Animator
The animation that is the dependency used in later calls to the
methods in the returned Builder
object. A null parameter will result
in a null Builder
return value.
Returns
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.