1
0
mirror of https://github.com/AcChosen/VR-Stage-Lighting.git synced 2024-11-27 17:00:51 +01:00

2.3 Update

This commit is contained in:
AcChosen 2023-02-15 12:23:13 -05:00
parent 767058bd5e
commit 47624303e8
2 changed files with 27 additions and 3 deletions

View File

@ -258,6 +258,31 @@ namespace VRSL
}
}
public void _SetDMXHorizontal()
{
if(isUsingDMX)
{
DMXMode = HORIZONTAL_MODE;
_CheckDMX();
}
}
public void _SetDMXVertical()
{
if(isUsingDMX)
{
DMXMode = VERTICAL_MODE;
_CheckDMX();
}
}
public void _SetDMXLegacy()
{
if(isUsingDMX)
{
DMXMode = LEGACY_MODE;
_CheckDMX();
}
}
public void _CheckAudioLink()
{

View File

@ -1,11 +1,10 @@
{
"name": "com.acchosen.vr-stage-lighting",
"displayName": "VR Stage Lighting",
"version": "2.2.0",
"version": "2.3.0",
"description": "A collection of HLSL shaders, UdonSharp scripts, 3D models, prefabs, and assets designed to emulate the real control, quality, and complexity of professional stage lighting into VRChat in as many ways as possible.",
"gitDependencies": {},
"vpmDependencies": {
},
"vpmDependencies": {},
"legacyFolders": {},
"legacyFiles": {},
"localPath": "I:\\VRSL2022\\Packages\\com.acchosen.vr-stage-lighting",