ScoreFlash customParent FieldScoreFlash API Documentation V4.6.0
When using a ScoreFlashRenderer that returns true for RequiresCustomParent, this can be assigned to make sure that the instances of ScoreFlashRenderer are parented to this parent.

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

public Transform customParent
Remarks

This is needed for certain GUI systems (e.g. NGUI).
See CustomRenderer.
See Also