EntityScripts.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

EntityScripts Struct

Return the Script's added to an Entity.

public struct EntityScripts :
System.Collections.Generic.IEnumerable<Friflo.Engine.ECS.Script>,
System.Collections.IEnumerable

Implements System.Collections.Generic.IEnumerable<Script>, System.Collections.IEnumerable

Properties
CountReturn the number of Script's of an entity.
Methods
GetEnumerator()
ToString()
Explicit Interface Implementations
System.Collections.Generic.IEnumerable<Friflo.Engine.ECS.Script>.GetEnumerator()
System.Collections.IEnumerable.GetEnumerator()