Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DelegateProperty<TContainer, TValue>

Represents a value property.
Read time 1 minuteLast updated 5 days ago

Definition

public class DelegateProperty<TContainer, TValue> : Property<TContainer, TValue>, IProperty<TContainer>, IProperty, IPropertyAccept<TContainer>

Remarks

A DelegateProperty<TContainer, TValue> is the default way to construct properties.

Constructors

Inheritance