We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf2f30 commit 474b4d1Copy full SHA for 474b4d1
UnityMapper/API/Properties.cs
@@ -40,6 +40,16 @@ int GetVectorLength()
40
/// <returns>An object of the same type returned by <see cref="GetMappedType"/>. If the type is different, an exception will be thrown.</returns>
41
object GetValue();
42
43
+ /// <summary>
44
+ /// Called by UnityMapper to reset the property to a default state.
45
+ ///
46
+ /// This is called usually when an instance is released.
47
+ /// </summary>
48
+ void Reset()
49
+ {
50
+
51
+ }
52
53
/// <summary>
54
/// Used to name the corresponding signal in the libmapper graph.
55
/// </summary>
0 commit comments