Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TryGetValueFromBag(IUxmlAttributes, CreationContext, ref bool)

Attempts to retrieve the value of this attribute from the attribute bag and returns true if found, otherwise false.
Read time 1 minuteLast updated 4 days ago

Definition

TryGetValueFromBag(IUxmlAttributes, CreationContext, bool)

public bool TryGetValueFromBag(IUxmlAttributes bag, CreationContext cc, ref bool value)

Parameters

The bag of attributes.

The context in which the values are retrieved.

value

The value of the attribute.

Returns

Type

Description

boolTrue if the value is found, false otherwise.