8 lines
100 B
C#
8 lines
100 B
C#
namespace Unity.XR.PXR
|
|
{
|
|
public enum SwitchEnum
|
|
{
|
|
S_ON=0,
|
|
S_OFF=1
|
|
}
|
|
} |