Show / Hide Table of Contents

Interface ICustomStyle

Namespace: UnityEngine.Experimental.UIElements.StyleSheets
Assembly: UnityEngine.dll
Syntax
public interface ICustomStyle

Methods

| Improve this Doc View Source

ApplyCustomProperty(String, ref StyleValue<Boolean>)

Declaration
void ApplyCustomProperty(string propertyName, ref StyleValue<bool> target)
Parameters
Type Name Description
String propertyName
StyleValue<Boolean> target
| Improve this Doc View Source

ApplyCustomProperty(String, ref StyleValue<Int32>)

Declaration
void ApplyCustomProperty(string propertyName, ref StyleValue<int> target)
Parameters
Type Name Description
String propertyName
StyleValue<Int32> target
| Improve this Doc View Source

ApplyCustomProperty(String, ref StyleValue<Single>)

Declaration
void ApplyCustomProperty(string propertyName, ref StyleValue<float> target)
Parameters
Type Name Description
String propertyName
StyleValue<Single> target
| Improve this Doc View Source

ApplyCustomProperty(String, ref StyleValue<String>)

Declaration
void ApplyCustomProperty(string propertyName, ref StyleValue<string> target)
Parameters
Type Name Description
String propertyName
StyleValue<String> target
| Improve this Doc View Source

ApplyCustomProperty(String, ref StyleValue<Color>)

Declaration
void ApplyCustomProperty(string propertyName, ref StyleValue<Color> target)
Parameters
Type Name Description
String propertyName
StyleValue<Color> target
| Improve this Doc View Source

ApplyCustomProperty(String, ref StyleValue<Texture2D>)

Declaration
void ApplyCustomProperty(string propertyName, ref StyleValue<Texture2D> target)
Parameters
Type Name Description
String propertyName
StyleValue<Texture2D> target

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX