Click or drag to resize

CanvasGroupAlphaSetterTryGetReferencedValue Method

Gets 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 TryGetReferencedValue(
	out Nullable<float> referencedValue
)

Parameters

referencedValue
Type: SystemNullableSingle
The alpha of the CanvasGroup. If no CanvasGroup exists, it returns null.

Return Value

Type: Boolean
True if a value can be found, false otherwise.
See Also