ParameterCollectionResolver Class
Namespace: Stride.Engine.Design
Assembly: Stride.Engine.dll
Derived from ParameterCollectionResolver:
public class ParameterCollectionResolver : UpdateMemberResolver
|
Improve this Doc
View Source
Properties
SupportedType
public override Type SupportedType { get; }
Property Value
Type |
Description |
System.Type |
|
Overrides
|
Improve this Doc
View Source
Methods
InstantiateValueAccessor<T>()
public static void InstantiateValueAccessor<T>()
where T : struct
Type Parameters
ResolveIndexer(String)
public override UpdatableMember ResolveIndexer(string indexerName)
Parameters
Type |
Name |
Description |
System.String |
indexerName |
|
Returns
Overrides
Extension Methods