C# Class Radegast.Rendering.VisualParamEx

Afficher le fichier Open project: radegastdev/radegast Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
ParseBoneDeforms ( XmlNodeList deforms ) : void
ParseDrivers ( XmlNodeList drivennodes ) : void
ParseVolumeDeforms ( XmlNodeList deforms ) : void

Method Details

VisualParamEx() public méthode

public VisualParamEx ( XmlNode node ) : ThreadPoolUtil
node System.Xml.XmlNode
Résultat ThreadPoolUtil

VisualParamEx() public méthode

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
Résultat ThreadPoolUtil

XmlParseRotation() public static méthode

public static XmlParseRotation ( string data ) : Quaternion
data string
Résultat Quaternion

XmlParseVector() public static méthode

public static XmlParseVector ( string data ) : System.Vector3
data string
Résultat System.Vector3

matchchildnode() public méthode

public matchchildnode ( string test, XmlNode node ) : bool
test string
node System.Xml.XmlNode
Résultat bool

Property Details

AlphaParams public_oe property

Alpha blending/bump info
public VisualAlphaParam? AlphaParams
Résultat VisualAlphaParam?

BoneDeforms public_oe property

public Dictionary BoneDeforms
Résultat BoneDeform>.Dictionary

ColorParams public_oe property

Color information
public VisualColorParam? ColorParams
Résultat VisualColorParam?

DefaultValue public_oe property

Default value
public float DefaultValue
Résultat float

Drivers public_oe property

Array of param IDs that are drivers for this parameter
public int[] Drivers
Résultat int[]

Group public_oe property

Group ID this parameter belongs to
public int Group
Résultat int

IsBumpAttribute public_oe property

Is this param used for creation of bump layer?
public bool IsBumpAttribute
Résultat bool

Label public_oe property

Displayable label of this characteristic
public string Label
Résultat string

LabelMax public_oe property

Displayable label for the maximum value of this characteristic
public string LabelMax
Résultat string

LabelMin public_oe property

Displayable label for the minimum value of this characteristic
public string LabelMin
Résultat string

MaxValue public_oe property

Maximum value
public float MaxValue
Résultat float

MinValue public_oe property

Minimum value
public float MinValue
Résultat float

Name public_oe property

Internal name
public string Name
Résultat string

ParamID public_oe property

Index of this visual param
public int ParamID
Résultat int

VolumeDeforms public_oe property

public Dictionary VolumeDeforms
Résultat VolumeDeform>.Dictionary

Wearable public_oe property

Name of the wearable this parameter belongs to
public string Wearable
Résultat string

allParams public_oe static_oe property

public static Dictionary allParams
Résultat VisualParamEx>.Dictionary

childparams public_oe property

public List childparams
Résultat List

count public_oe static_oe property

public static int count
Résultat int

identicalIds public_oe property

public List identicalIds
Résultat List

meshname public_oe property

public string meshname
Résultat string

morphmesh public_oe property

public string morphmesh
Résultat string

pType public_oe property

public ParamType pType
Résultat ParamType

sex public_oe property

The Avatar Sex that this parameter applies to
public EparamSex sex
Résultat EparamSex

tweakable_params public_oe static_oe property

public static SortedList,System.Collections tweakable_params
Résultat System.Collections.SortedList