Scripts.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

Scripts Struct

Contains the Script's added to an entity.

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

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

Properties
Lengthreturn number ob Script's.
Spanreturn the Script's as a Span.
this[int]
Methods
GetEnumerator()
ToString()
Explicit Interface Implementations
System.Collections.Generic.IEnumerable<Friflo.Engine.ECS.Script>.GetEnumerator()
System.Collections.IEnumerable.GetEnumerator()