Table of Contents

Class UpdatableField<T>

Namespace
Stride.Updater
Assembly
Stride.Engine.dll

Defines how to set and get values from a field of a given type for the UpdateEngine.

public class UpdatableField<T> : UpdatableField

Type Parameters

T
Inheritance
UpdatableField<T>
Derived
Inherited Members

Constructors

UpdatableField(int)

public UpdatableField(int offset)

Parameters

offset int

Properties

MemberType

Gets the type of the member.

public override Type MemberType { get; }

Property Value

Type

Methods

SetStruct(nint, object)

Sets a non-blittable struct field (given in boxed form).

public override void SetStruct(nint obj, object data)

Parameters

obj nint

The container object.

data object

The new value to unbox and set