 |
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.EffectsAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic bool IsDefaultEffect { get; }Property Value
Boolean
See Also