This library provides RLV command processing and ease of use for checking current RLV permissions and restrictions
12 lines
236 B
C#
12 lines
236 B
C#
namespace LibreMetaverse.RLV
|
|
{
|
|
public enum RlvGetDebugType
|
|
{
|
|
AvatarSex,
|
|
RenderResolutionDivisor,
|
|
RestrainedLoveForbidGiveToRLV,
|
|
RestrainedLoveNoSetEnv,
|
|
WindLightUseAtmosShaders
|
|
}
|
|
}
|