C# 클래스 SceneKitSessionWWDC2013.Utils

상속: SCNNode
파일 보기 프로젝트 열기: xamarin/mac-samples

공개 메소드들

메소드 설명
SCAddChildNode ( SCNNode container, string name, string path, nfloat scale ) : SCNNode
SCArrowBezierPath ( CGSize baseSize, CGSize tipSize, nfloat hollow, bool twoSides ) : NSBezierPath
SCBoxNode ( string title, CGRect frame, NSColor color, float cornerRadius, bool centered ) : SCNNode
SCGaugeNode ( string title, SCNNode &progressNode ) : SCNNode
SCImageFromApplication ( string name ) : NSImage
SCLabelNode ( string message, LabelSize size, bool isLit ) : SCNNode
SCPlaneNode ( string path, float size, bool isLit ) : SCNNode
SCPlaneNodeWithImage ( NSImage image, nfloat size, bool isLit ) : SCNNode

비공개 메소드들

메소드 설명
SCCopyWithResolution ( NSImage image, float size ) : NSImage

메소드 상세

SCAddChildNode() 공개 정적인 메소드

public static SCAddChildNode ( SCNNode container, string name, string path, nfloat scale ) : SCNNode
container SCNNode
name string
path string
scale nfloat
리턴 SCNNode

SCArrowBezierPath() 공개 정적인 메소드

public static SCArrowBezierPath ( CGSize baseSize, CGSize tipSize, nfloat hollow, bool twoSides ) : NSBezierPath
baseSize CGSize
tipSize CGSize
hollow nfloat
twoSides bool
리턴 NSBezierPath

SCBoxNode() 공개 정적인 메소드

public static SCBoxNode ( string title, CGRect frame, NSColor color, float cornerRadius, bool centered ) : SCNNode
title string
frame CGRect
color NSColor
cornerRadius float
centered bool
리턴 SCNNode

SCGaugeNode() 공개 정적인 메소드

public static SCGaugeNode ( string title, SCNNode &progressNode ) : SCNNode
title string
progressNode SCNNode
리턴 SCNNode

SCImageFromApplication() 공개 정적인 메소드

public static SCImageFromApplication ( string name ) : NSImage
name string
리턴 NSImage

SCLabelNode() 공개 정적인 메소드

public static SCLabelNode ( string message, LabelSize size, bool isLit ) : SCNNode
message string
size LabelSize
isLit bool
리턴 SCNNode

SCPlaneNode() 공개 정적인 메소드

public static SCPlaneNode ( string path, float size, bool isLit ) : SCNNode
path string
size float
isLit bool
리턴 SCNNode

SCPlaneNodeWithImage() 공개 정적인 메소드

public static SCPlaneNodeWithImage ( NSImage image, nfloat size, bool isLit ) : SCNNode
image NSImage
size nfloat
isLit bool
리턴 SCNNode