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