Class CreateVector2
Represents an operator that creates a 2D vector element.
public class CreateVector2 : Source<Vector2>
- Inheritance
-
CreateVector2
- Inherited Members
Properties
- X
Gets or sets the x-component of the vector.
- Y
Gets or sets the y-component of the vector.
Methods
- Generate()
Generates an observable sequence that returns a 2D vector element.
- Generate<TSource>(IObservable<TSource>)
Generates an observable sequence of 2D vectors, where each Vector2 object is emitted only when an observable sequence emits a notification.