Click or drag to resize

CanvasGroupAlphaSetterTrySetReferencedValue Method

Sets the alpha of the CanvasGroup, if one exists.

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected override bool TrySetReferencedValue(
	ref float newValue
)

Parameters

newValue
Type: SystemSingle
The new alpha for the CanvasGroup.

Return Value

Type: Boolean
True if the alpha was set, false if no alpha was set.
See Also