C# 클래스 Radegast.Rendering.VisualParamEx

파일 보기 프로젝트 열기: radegastdev/radegast 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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