Class VectorConverter
Inheritance
TypeConverter
VectorConverter
Assembly: Xareus.Unity.dll
Syntax
public abstract class VectorConverter : TypeConverter
Fields
PARAM_W
Declaration
protected const string PARAM_W = "W"
Field Value
PARAM_X
Declaration
protected const string PARAM_X = "X"
Field Value
PARAM_Y
Declaration
protected const string PARAM_Y = "Y"
Field Value
PARAM_Z
Declaration
protected const string PARAM_Z = "Z"
Field Value
Methods
CanConvertFrom(ITypeDescriptorContext, Type)
Declaration
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Parameters
Type |
Name |
Description |
ITypeDescriptorContext |
context |
|
Type |
sourceType |
|
Returns
Overrides
System.ComponentModel.TypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)
CanConvertTo(ITypeDescriptorContext, Type)
Declaration
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Parameters
Type |
Name |
Description |
ITypeDescriptorContext |
context |
|
Type |
destinationType |
|
Returns
Overrides
System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)