Declaration
func CreateEffectClient(out var createdEntity entity<Effect>, resource VFXType, loopType LoopType, autoPlay bool)
go
Parameters
Input
Name | Type | Description |
---|---|---|
Resource | EffectType | Effect Type |
Loop Type | AnimationOverrideLoopType | Loop type |
Auto Play | Bool | Play immediately |
Out
Name | Type | Description |
---|---|---|
Created Entity | EffectEntity | Created special effect entity |