Show / Hide Table of Contents

Class Vector2

A markup extension that represents UnityEngine.Vector2.

Inheritance
Object
Vector2
Implements
IMarkupExtension<UnityEngine.Vector2>
IMarkupExtension
Namespace: Mux.Markup
Assembly: Mux.Markup.dll
Syntax
public class Vector2 : object, IMarkupExtension<UnityEngine.Vector2>, IMarkupExtension

Properties

| Improve this Doc View Source

X

A property that represents UnityEngine.Vector2.x.

Declaration
public float X { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

Y

A property that represents UnityEngine.Vector2.y.

Declaration
public float Y { get; set; }
Property Value
Type Description
Single

Methods

| Improve this Doc View Source

ProvideValue(IServiceProvider)

Declaration
public UnityEngine.Vector2 ProvideValue(IServiceProvider serviceProvider)
Parameters
Type Name Description
IServiceProvider serviceProvider
Returns
Type Description
UnityEngine.Vector2

Implements

Xamarin.Forms.Xaml.IMarkupExtension<T>
Xamarin.Forms.Xaml.IMarkupExtension
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX