 |
EffectsManagerCreateNewT Method |
Creates a new effect of the specified effect type and with the specified name (must be unique).
The methods returns the created Effect and a DisposeToken that can be used to dispose the effect.
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic virtual (T , DisposeToken disposeToken) CreateNew<T>(
string uniqueEffectName
)
where T : Effect, IEffectConstructor<T>
Parameters
- uniqueEffectName String
- effect name (must be unique)
Type Parameters
- T
- type of the effect to create
Return Value
ValueTupleT,
DisposeTokencreated Effect and a DisposeToken that can be used to dispose the effect
Remarks[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Utilities.EffectsManager.CreateNew``1(System.String)"]
See Also