Class Vector2
Assembly: Mux.Markup.dll
Syntax
public class Vector2 : object, IMarkupExtension<UnityEngine.Vector2>, IMarkupExtension
Properties
|
Improve this Doc
View Source
X
Declaration
public float X { get; set; }
Property Value
|
Improve this Doc
View Source
Y
Declaration
public float Y { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
ProvideValue(IServiceProvider)
Declaration
public UnityEngine.Vector2 ProvideValue(IServiceProvider serviceProvider)
Parameters
Type |
Name |
Description |
IServiceProvider |
serviceProvider |
|
Returns
Implements