Click or drag to resize
AB4D logo

DXAttribute Constructor

Constructor

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public DXAttribute(
	DXAttributeType type,
	Object value
)

Parameters

type  DXAttributeType
Type of attribute
value  Object
Attribute's value
See Also