OpenMetaverse Protocol Library Developers API Documentation
VisualParam Constructor (paramID, name, group, wearable, label, labelMin, labelMax, def, min, max, isBumpAttribute, drivers, alpha, colorParams)
NamespacesOpenMetaverseVisualParamVisualParam(Int32, String, Int32, String, String, String, String, Single, Single, Single, Boolean, array< Int32 > [] () [] [] , Nullable < (Of < <' ( VisualAlphaParam > ) > > ) , Nullable < (Of < <' ( VisualColorParam > ) > > ) )
Set all the values through the constructor
Declaration Syntax
C#
public 
VisualParam(
        
int 
paramID,
        
string 
name,
        
int 
group,
        
string 
wearable,
        
string 
label,
        
string 
labelMin,
        
string 
labelMax,
        
float 
def,
        
float 
min,
        
float 
max,
        
bool 
isBumpAttribute,
        
int[] 
drivers,
        
Nullable<

VisualAlphaParam> 
alpha,
        
Nullable<

VisualColorParam> 
colorParams
)
Parameters
paramID ( Int32)
Index of this visual param
name ( String)
Internal name
group ( Int32)
wearable ( String)
label ( String)
Displayable label of this characteristic
labelMin ( String)
Displayable label for the minimum value of this characteristic
labelMax ( String)
Displayable label for the maximum value of this characteristic
def ( Single)
Default value
min ( Single)
Minimum value
max ( Single)
Maximum value
isBumpAttribute ( Boolean)
Is this param used for creation of bump layer?
drivers ( array< Int32 > [] () [] [] )
Array of param IDs that are drivers for this parameter
alpha ( Nullable < (Of < ( <' VisualAlphaParam > ) > ) > )
Alpha blending/bump info
colorParams ( Nullable < (Of < ( <' VisualColorParam > ) > ) > )
Color information

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)