GenericTimeAgent.

GetComponentByType(string) Method

Summary

Get GameObject's component by its type

Syntax

public Component GetComponentByType(string type)

Parameters

Name Type Description
type string

Return Value

Type Description
Component