Table of Contents

Class RenderObjectList

Namespace
Lime
Assembly
Lime.dll
public class RenderObjectList : IReadOnlyList<RenderObject>, IReadOnlyCollection<RenderObject>, IEnumerable<RenderObject>, IEnumerable
Inheritance
RenderObjectList
Implements
Inherited Members
Extension Methods

Properties

Count

Gets the number of elements in the collection.

public int Count { get; }

Property Value

int

The number of elements in the collection.

this[int]

Gets the element at the specified index in the read-only list.

public RenderObject this[int index] { get; }

Parameters

index int

The zero-based index of the element to get.

Property Value

RenderObject

The element at the specified index in the read-only list.

Methods

Add(RenderObject)

public void Add(RenderObject obj)

Parameters

obj RenderObject

Clear()

public void Clear()

GetEnumerator()

public List<RenderObject>.Enumerator GetEnumerator()

Returns

List<RenderObject>.Enumerator

Render()

public void Render()