AssetGenerator.

ValidateGeneratorReturnType(Type) Method

Summary

Checks if return type of a generator method is valid for this generator type.
Assembly
Weaver.dll
Namespace
Weaver.Editor.Procedural
Containing Type
AssetGenerator

Syntax

protected virtual bool ValidateGeneratorReturnType(Type returnType)

Parameters

Name Type Description
returnType Type

Return Value

Type Description
bool