diff options
author | chai <215380520@qq.com> | 2023-10-18 10:16:32 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2023-10-18 10:16:32 +0800 |
commit | 4ccd4bc6d126e0e0f51a50aa10c85b9bf48b1210 (patch) | |
tree | 9ac931da935b59a8d7c57ff0b6d90b88a0e5a479 /ActiveRagdoll/Assets/ThirdParty/SerializableCallback/package.json |
+ init
Diffstat (limited to 'ActiveRagdoll/Assets/ThirdParty/SerializableCallback/package.json')
-rw-r--r-- | ActiveRagdoll/Assets/ThirdParty/SerializableCallback/package.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ActiveRagdoll/Assets/ThirdParty/SerializableCallback/package.json b/ActiveRagdoll/Assets/ThirdParty/SerializableCallback/package.json new file mode 100644 index 0000000..d02db75 --- /dev/null +++ b/ActiveRagdoll/Assets/ThirdParty/SerializableCallback/package.json @@ -0,0 +1,11 @@ +{ + "name": "com.github.siccity.serializablecallback", + "description": "UnityEvent and System.Func had a child. Lets you drag-and-drop methods with or without return values / parameters in the Unity inspector. It uses expression trees and reflection to cache a delegate on first execution. Usage is identical to UnityEvent", + "version": "1.0.0", + "unity": "2018.1", + "displayName": "SerializableCallback", + "author": { + "name": "Thor Brigsted", + "url": "http://thorbrigsted.com/" + } +} |