C# Class Axiom.Samples.Ocean.ShaderControl

显示文件 Open project: WolfgangSt/axiom Class Usage Examples

Public Properties

Property Type Description
ElementIndex int
MaxVal float
MinVal float
Name string
ParamName string
PhysicalIndex int
Type ShaderType

Public Methods

Method Description
ConvertParamToScrollPosition ( float val ) : float

ConvertScrollPositionToParam ( float val ) : float

Method Details

ConvertParamToScrollPosition() public method

public ConvertParamToScrollPosition ( float val ) : float
val float
return float

ConvertScrollPositionToParam() public method

public ConvertScrollPositionToParam ( float val ) : float
val float
return float

Property Details

ElementIndex public_oe property

public int ElementIndex
return int

MaxVal public_oe property

public float MaxVal
return float

MinVal public_oe property

public float MinVal
return float

Name public_oe property

public string Name
return string

ParamName public_oe property

public string ParamName
return string

PhysicalIndex public_oe property

public int PhysicalIndex
return int

Type public_oe property

public ShaderType Type
return ShaderType