C# Class SceneKitSessionWWDC2013.Utils

Inheritance: SCNNode
Afficher le fichier Open project: xamarin/mac-samples

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
SCCopyWithResolution ( NSImage image, float size ) : NSImage

Method Details

SCAddChildNode() public static méthode

public static SCAddChildNode ( SCNNode container, string name, string path, nfloat scale ) : SCNNode
container SCNNode
name string
path string
scale nfloat
Résultat SCNNode

SCArrowBezierPath() public static méthode

public static SCArrowBezierPath ( CGSize baseSize, CGSize tipSize, nfloat hollow, bool twoSides ) : NSBezierPath
baseSize CGSize
tipSize CGSize
hollow nfloat
twoSides bool
Résultat NSBezierPath

SCBoxNode() public static méthode

public static SCBoxNode ( string title, CGRect frame, NSColor color, float cornerRadius, bool centered ) : SCNNode
title string
frame CGRect
color NSColor
cornerRadius float
centered bool
Résultat SCNNode

SCGaugeNode() public static méthode

public static SCGaugeNode ( string title, SCNNode &progressNode ) : SCNNode
title string
progressNode SCNNode
Résultat SCNNode

SCImageFromApplication() public static méthode

public static SCImageFromApplication ( string name ) : NSImage
name string
Résultat NSImage

SCLabelNode() public static méthode

public static SCLabelNode ( string message, LabelSize size, bool isLit ) : SCNNode
message string
size LabelSize
isLit bool
Résultat SCNNode

SCPlaneNode() public static méthode

public static SCPlaneNode ( string path, float size, bool isLit ) : SCNNode
path string
size float
isLit bool
Résultat SCNNode

SCPlaneNodeWithImage() public static méthode

public static SCPlaneNodeWithImage ( NSImage image, nfloat size, bool isLit ) : SCNNode
image NSImage
size nfloat
isLit bool
Résultat SCNNode