Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IProperty<TContainer>

Base interface for working with properties.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Interface
  • Namespace: Unity.Properties
  • Assembly: UnityEngine.PropertiesModule
public interface IProperty<TContainer> : IProperty, IPropertyAccept<TContainer>

Remarks

This is used to pass or store properties without knowing the underlying value type.

Methods

Method

Description

GetValueReturns the property value of a specified container.
SetValueSets the property value of a specified container.

Inheritance