Struct StyleBackground
Syntax
public struct StyleBackground : IStyleValue<Background>, IEquatable<StyleBackground>
Constructors
StyleBackground(Sprite)
Declaration
public StyleBackground(Sprite v)
Parameters
Type |
Name |
Description |
Sprite |
v |
|
StyleBackground(Texture2D)
Declaration
public StyleBackground(Texture2D v)
Parameters
Type |
Name |
Description |
Texture2D |
v |
|
StyleBackground(Background)
Declaration
public StyleBackground(Background v)
Parameters
StyleBackground(StyleKeyword)
Declaration
public StyleBackground(StyleKeyword keyword)
Parameters
StyleBackground(VectorImage)
Declaration
public StyleBackground(VectorImage v)
Parameters
Properties
keyword
Declaration
public StyleKeyword keyword { get; set; }
Property Value
value
Declaration
public Background value { get; set; }
Property Value
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Equals(StyleBackground)
Declaration
public bool Equals(StyleBackground other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
ToString()
Declaration
public override string ToString()
Returns
Operators
Equality(StyleBackground, StyleBackground)
Declaration
public static bool operator ==(StyleBackground lhs, StyleBackground rhs)
Parameters
Returns
Implicit(Texture2D to StyleBackground)
Declaration
public static implicit operator StyleBackground(Texture2D v)
Parameters
Type |
Name |
Description |
Texture2D |
v |
|
Returns
Implicit(Background to StyleBackground)
Declaration
public static implicit operator StyleBackground(Background v)
Parameters
Returns
Implicit(StyleKeyword to StyleBackground)
Declaration
public static implicit operator StyleBackground(StyleKeyword keyword)
Parameters
Returns
Inequality(StyleBackground, StyleBackground)
Declaration
public static bool operator !=(StyleBackground lhs, StyleBackground rhs)
Parameters
Returns