다음을 통해 공유


SKNode.InsertChild(SKNode, nint) 메서드

정의

node 에 지정된 index 위치에 이 노드의 자식 목록에 삽입합니다.

[Foundation.Export("insertChild:atIndex:")]
public virtual void InsertChild (SpriteKit.SKNode node, nint index);
abstract member InsertChild : SpriteKit.SKNode * nint -> unit
override this.InsertChild : SpriteKit.SKNode * nint -> unit

매개 변수

node
SKNode
index
System.System.IntPtr System.nativeint
특성

적용 대상