프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AlphaParams | VisualAlphaParam? | ||
BoneDeforms | BoneDeform>.Dictionary | ||
ColorParams | VisualColorParam? | ||
DefaultValue | float | ||
Drivers | int[] | ||
Group | int | ||
IsBumpAttribute | bool | ||
Label | string | ||
LabelMax | string | ||
LabelMin | string | ||
MaxValue | float | ||
MinValue | float | ||
Name | string | ||
ParamID | int | ||
VolumeDeforms | VolumeDeform>.Dictionary | ||
Wearable | string | ||
allParams | VisualParamEx>.Dictionary | ||
childparams | List |
||
count | int | ||
identicalIds | List |
||
meshname | string | ||
morphmesh | string | ||
pType | ParamType | ||
sex | EparamSex | ||
tweakable_params |
메소드 | 설명 | |
---|---|---|
VisualParamEx ( |
||
VisualParamEx ( int paramID, string name, int group, string wearable, string label, string labelMin, string labelMax, float def, float min, float max, bool isBumpAttribute, int drivers, OpenMetaverse.VisualAlphaParam alpha, OpenMetaverse.VisualColorParam colorParams ) : ThreadPoolUtil |
Set all the values through the constructor
|
|
XmlParseRotation ( string data ) : Quaternion | ||
XmlParseVector ( string data ) : System.Vector3 | ||
matchchildnode ( string test, |
메소드 | 설명 | |
---|---|---|
ParseBoneDeforms ( |
||
ParseDrivers ( |
||
ParseVolumeDeforms ( |
public VisualParamEx ( |
||
node | ||
리턴 | ThreadPoolUtil |
public VisualParamEx ( int paramID, string name, int group, string wearable, string label, string labelMin, string labelMax, float def, float min, float max, bool isBumpAttribute, int drivers, OpenMetaverse.VisualAlphaParam alpha, OpenMetaverse.VisualColorParam colorParams ) : ThreadPoolUtil | ||
paramID | int | Index of this visual param |
name | string | Internal name |
group | int | |
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 | float | Default value |
min | float | Minimum value |
max | float | Maximum value |
isBumpAttribute | bool | Is this param used for creation of bump layer? |
drivers | int | Array of param IDs that are drivers for this parameter |
alpha | OpenMetaverse.VisualAlphaParam | Alpha blending/bump info |
colorParams | OpenMetaverse.VisualColorParam | Color information |
리턴 | ThreadPoolUtil |
public static XmlParseRotation ( string data ) : Quaternion | ||
data | string | |
리턴 | Quaternion |
public static XmlParseVector ( string data ) : System.Vector3 | ||
data | string | |
리턴 | System.Vector3 |
public matchchildnode ( string test, |
||
test | string | |
node | ||
리턴 | bool |