Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Condition

The ConditionView<T>.Condition instance this view customizes.
Read time 1 minuteLast updated 7 days ago

Definition

public T Condition { get; }

Remarks

This property is set before any callback fires, but is not available in the view's constructor. Use it to read the condition's data when building custom UI in ConditionView<T>.OnViewBuilt.