|
PixelEffectIsWorldSize Property |
Gets or sets a Boolean value that specifies if pixel size is specified in 3D world coordinates (true) or in screen coordinates (false).
This value is used when the object does not provide a
PixelMaterial.
Default value is false.
Namespace: Ab3d.DirectX.EffectsAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public bool IsWorldSize { get; set; }
Property Value
BooleanSee Also