Wiki

Clone wiki

Mono:UI / Scripts / m_property_target_define

INTRODUCED: v0.1.0
LAST UPDATED: v0.1.1

m_property_target_define

Sets up a separate configuration of Properties and associates them with a target and its descendants.

Usage

m_property_target_define( "Foo", obj_bar );

Parameters

Type Name Default Description
String name The name of the new configuration.
Object target The target of the configuration.

See Also

Updated