AssetGenerator.

GetGeneratorMethod(MemberInfo, string) Method

Summary

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

Syntax

public virtual MethodInfo GetGeneratorMethod(MemberInfo targetMember, string methodName)

Parameters

Name Type Description
targetMember MemberInfo
methodName string

Return Value

Type Description
MethodInfo