AssetGenerator.

GetMethod(MemberInfo, string, Type[]) Method

Summary

Finds the generator method associated with a particular procedural asset.
Assembly
Weaver.dll
Namespace
Weaver.Editor.Procedural
Containing Type
AssetGenerator

Syntax

public MethodInfo GetMethod(MemberInfo targetMember, string name, Type[] parameterTypes)

Parameters

Name Type Description
targetMember MemberInfo
name string
parameterTypes Type[]

Return Value

Type Description
MethodInfo