Contains(StyleSheet)
Looks for the specified StyleSheet
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public bool Contains(StyleSheet styleSheet)
Parameters
Returns
Type | Description |
|---|---|
| bool | Returns true if the style sheet is attached to the owner element, false otherwise. |