Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

IProperty<T0>

interface in Unity.Properties


Implements interfaces:IProperty, IPropertyAccept<T0>

Description

Base interface for working with properties.

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

Public Methods

GetValue Returns the property value of a specified container.
SetValue Sets the property value of a specified container.