ScoreFlashRendererTextMesh3D CreateInstance Method ScoreFlash API Documentation V4.6.0
Creates a new instance of this renderer that will handle rendering for a given message. Used internally by ScoreFlash. Default implementation simply uses OnlineInstantiate().

Namespace: NarayanaGames.ScoreFlashComponent
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax

public override ScoreFlashRendererBase CreateInstance(
	Transform parent
)

Parameters

parent
Type: Transform
the parent transform this should go into

Return Value

the new instance
See Also