Click or drag to resize
IMyEntitiesIsVisible Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.ModAPI.IMyEntities.IsVisible(VRage.ModAPI.IMyEntity)"]

Namespace: VRage.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
bool IsVisible(
	IMyEntity entity
)

Parameters

entity
Type: VRage.ModAPIIMyEntity

[Missing <param name="entity"/> documentation for "M:VRage.ModAPI.IMyEntities.IsVisible(VRage.ModAPI.IMyEntity)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VRage.ModAPI.IMyEntities.IsVisible(VRage.ModAPI.IMyEntity)"]

See Also