Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
SCCopyWithResolution ( NSImage image, float size ) : NSImage |
public static SCAddChildNode ( SCNNode container, string name, string path, nfloat scale ) : SCNNode | ||
container | SCNNode | |
name | string | |
path | string | |
scale | nfloat | |
return | SCNNode |
public static SCArrowBezierPath ( CGSize baseSize, CGSize tipSize, nfloat hollow, bool twoSides ) : NSBezierPath | ||
baseSize | CGSize | |
tipSize | CGSize | |
hollow | nfloat | |
twoSides | bool | |
return | NSBezierPath |
public static SCBoxNode ( string title, CGRect frame, NSColor color, float cornerRadius, bool centered ) : SCNNode | ||
title | string | |
frame | CGRect | |
color | NSColor | |
cornerRadius | float | |
centered | bool | |
return | SCNNode |
public static SCGaugeNode ( string title, SCNNode &progressNode ) : SCNNode | ||
title | string | |
progressNode | SCNNode | |
return | SCNNode |
public static SCImageFromApplication ( string name ) : NSImage | ||
name | string | |
return | NSImage |
public static SCLabelNode ( string message, LabelSize size, bool isLit ) : SCNNode | ||
message | string | |
size | LabelSize | |
isLit | bool | |
return | SCNNode |
public static SCPlaneNode ( string path, float size, bool isLit ) : SCNNode | ||
path | string | |
size | float | |
isLit | bool | |
return | SCNNode |
public static SCPlaneNodeWithImage ( NSImage image, nfloat size, bool isLit ) : SCNNode | ||
image | NSImage | |
size | nfloat | |
isLit | bool | |
return | SCNNode |