Click or drag to resize
APILNSceneNode_IsVisible Method
ノードの可視状態を取得します。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Result LNSceneNode_IsVisible(
	IntPtr sceneNode,
	out bool outVisible
)

Parameters

sceneNode
Type: SystemIntPtr
ノードハンドル
outVisible
Type: SystemBoolean
可視状態を格納する変数のポインタ

Return Value

Type: Result

[Missing <returns> documentation for "M:Lumino.API.LNSceneNode_IsVisible(System.IntPtr,System.Boolean@)"]

See Also