Table of Contents

Class UpdatableArrayAccessor<T>

Namespace
Stride.Updater
Assembly
Stride.Engine.dll

Defines how to get and set an array value for the UpdateEngine.

public class UpdatableArrayAccessor<T> : UpdatableField<T>

Type Parameters

T
Inheritance
UpdatableArrayAccessor<T>
Inherited Members

Constructors

UpdatableArrayAccessor(int)

public UpdatableArrayAccessor(int index)

Parameters

index int

Methods

CreateEnterChecker()

Called by Compile(Type, List<UpdateMemberInfo>) to generate additional checks when entering an object (typically out of bound checks).

public override EnterChecker CreateEnterChecker()

Returns

EnterChecker

The created enter checker (or null if not needed).