Click or drag to resize
Ab4d.SharpEngine logo

Effect Properties

The Effect type exposes the following members.

Properties
 NameDescription
Public propertyIsDefaultEffect 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.
Top
See Also