C# Класс Radegast.Rendering.VisualParamEx

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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 System.Collections.SortedList

Открытые методы

Метод Описание
VisualParamEx ( XmlNode node ) : ThreadPoolUtil
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, XmlNode node ) : bool

Приватные методы

Метод Описание
ParseBoneDeforms ( XmlNodeList deforms ) : void
ParseDrivers ( XmlNodeList drivennodes ) : void
ParseVolumeDeforms ( XmlNodeList deforms ) : void

Описание методов

VisualParamEx() публичный Метод

public VisualParamEx ( XmlNode node ) : ThreadPoolUtil
node System.Xml.XmlNode
Результат ThreadPoolUtil

VisualParamEx() публичный Метод

Set all the values through the constructor
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

XmlParseRotation() публичный статический Метод

public static XmlParseRotation ( string data ) : Quaternion
data string
Результат Quaternion

XmlParseVector() публичный статический Метод

public static XmlParseVector ( string data ) : System.Vector3
data string
Результат System.Vector3

matchchildnode() публичный Метод

public matchchildnode ( string test, XmlNode node ) : bool
test string
node System.Xml.XmlNode
Результат bool

Описание свойств

AlphaParams публичное свойство

Alpha blending/bump info
public VisualAlphaParam? AlphaParams
Результат VisualAlphaParam?

BoneDeforms публичное свойство

public Dictionary BoneDeforms
Результат BoneDeform>.Dictionary

ColorParams публичное свойство

Color information
public VisualColorParam? ColorParams
Результат VisualColorParam?

DefaultValue публичное свойство

Default value
public float DefaultValue
Результат float

Drivers публичное свойство

Array of param IDs that are drivers for this parameter
public int[] Drivers
Результат int[]

Group публичное свойство

Group ID this parameter belongs to
public int Group
Результат int

IsBumpAttribute публичное свойство

Is this param used for creation of bump layer?
public bool IsBumpAttribute
Результат bool

Label публичное свойство

Displayable label of this characteristic
public string Label
Результат string

LabelMax публичное свойство

Displayable label for the maximum value of this characteristic
public string LabelMax
Результат string

LabelMin публичное свойство

Displayable label for the minimum value of this characteristic
public string LabelMin
Результат string

MaxValue публичное свойство

Maximum value
public float MaxValue
Результат float

MinValue публичное свойство

Minimum value
public float MinValue
Результат float

Name публичное свойство

Internal name
public string Name
Результат string

ParamID публичное свойство

Index of this visual param
public int ParamID
Результат int

VolumeDeforms публичное свойство

public Dictionary VolumeDeforms
Результат VolumeDeform>.Dictionary

Wearable публичное свойство

Name of the wearable this parameter belongs to
public string Wearable
Результат string

allParams публичное статическое свойство

public static Dictionary allParams
Результат VisualParamEx>.Dictionary

childparams публичное свойство

public List childparams
Результат List

count публичное статическое свойство

public static int count
Результат int

identicalIds публичное свойство

public List identicalIds
Результат List

meshname публичное свойство

public string meshname
Результат string

morphmesh публичное свойство

public string morphmesh
Результат string

pType публичное свойство

public ParamType pType
Результат ParamType

sex публичное свойство

The Avatar Sex that this parameter applies to
public EparamSex sex
Результат EparamSex

tweakable_params публичное статическое свойство

public static SortedList,System.Collections tweakable_params
Результат System.Collections.SortedList