Table of Contents

Class ParameterCollectionResolver

Namespace
Stride.Engine.Design
Assembly
Stride.Engine.dll
public class ParameterCollectionResolver : UpdateMemberResolver
Inheritance
object
ParameterCollectionResolver
Inherited Members
Extension Methods

Properties

SupportedType

Defines what type it does support.

public override Type SupportedType { get; }

Property Value

Type

Methods

InstantiateValueAccessor<T>()

public static void InstantiateValueAccessor<T>() where T : struct

Type Parameters

T

ResolveIndexer(string)

Defines how to resolve an indexer (between angle brackets).

[UnconditionalSuppressMessage("Trimming", "IL2076", Justification = "Accessor instantiations rooted by UpdateEngineProcessor (InstantiateValueAccessor<KeyType>).")]
[UnconditionalSuppressMessage("AOT", "IL3050", Justification = "Accessor instantiation rooted by UpdateEngineProcessor (InstantiateValueAccessor<KeyType>).")]
public override UpdatableMember ResolveIndexer(string indexerName)

Parameters

indexerName string

The indexer name to resolve.

Returns

UpdatableMember

The resolved indexer if found, otherwise null.