Table of Contents

Class UpdatableMember

Namespace
Stride.Updater
Assembly
Stride.Engine.dll

Describes how to access an object member so that it can be updated by the UpdateEngine.

public abstract class UpdatableMember
Inheritance
UpdatableMember
Derived

Properties

MemberType

Gets the type of the member.

public abstract Type MemberType { get; }

Property Value

Type

Methods

CreateEnterChecker()

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

public virtual EnterChecker CreateEnterChecker()

Returns

EnterChecker

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