Click or drag to resize
Ab4d.SharpEngine logo

EffectIsDefaultEffect Property

Gets a Boolean that specifies if this is the default instance of the specified effect. The default instance renders the objects with default settings and do not allow customizations of effect's properties. The default instance can be get by the static GetDefault method or by GetDefaultT method. To create a custom effect instance use static CreateNew method or CreateNewT(String) method.

Namespace: Ab4d.SharpEngine.Effects
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public bool IsDefaultEffect { get; }

Property Value

Boolean

[Missing <value> documentation for "P:Ab4d.SharpEngine.Effects.Effect.IsDefaultEffect"]

Remarks

[Missing <remarks> documentation for "P:Ab4d.SharpEngine.Effects.Effect.IsDefaultEffect"]

See Also