Click or drag to resize
GameObjectIsActuallyVisible Property
Return true only if this GameObject and all his parents are visible.

Namespace:  GeonBit.ECS
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsActuallyVisible { get; }

Property Value

Type: Boolean
See Also