Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Contains(StylePropertyName)

Determines whether a StylePropertyNameCollection contains the specified element.
Read time 1 minuteLast updated 13 days ago

Definition

public bool Contains(StylePropertyName stylePropertyName)

Parameters

stylePropertyName

The element to locate in the StylePropertyNameCollection.

Returns

Type

Description

booltrue if the StylePropertyNameCollection contains the specified element; otherwise, false.