-
Notifications
You must be signed in to change notification settings - Fork 0
/
DeviceRGB.uplugin
37 lines (37 loc) · 936 Bytes
/
DeviceRGB.uplugin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "DeviceRGB",
"Description": "Control RGB devices using materials, layers and masks.",
"Category": "Devices",
"CreatedBy": "Viktor Pramberg",
"CreatedByURL": "https://viktorpramberg.com",
"DocsURL": "https://github.com/pramberg/DeviceRGB/wiki",
"MarketplaceURL": "",
"SupportURL": "https://github.com/pramberg/DeviceRGB/issues",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "DeviceRGB",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"WhitelistPlatforms": [ "Win64" ]
},
{
"Name": "DeviceRGBEditor",
"Type": "EditorNoCommandlet",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64" ]
},
{
"Name": "DeviceRGBTests",
"Type": "DeveloperTool",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64" ]
}
]
}