C# Class SceneKitSessionWWDC2013.SlideTextManager

Afficher le fichier Open project: xamarin/mac-samples Class Usage Examples

Private Properties

Свойство Type Description
AddText SCNNode
ColorForTextType NSColor
ExtrusionDepthForTextType float
FontCGSizeorTextType float
FontForTextType NSFont
LineHeightForTextType float
NodeWithCode SCNNode
NodeWithText SCNNode
TextContainerForType SCNNode

Méthodes publiques

Méthode Description
AddBulletAtLevel ( string text, int level ) : SCNNode
AddCode ( string text ) : SCNNode
AddEmptyLine ( ) : void
AddTextAtLevel ( string text, int level ) : SCNNode
FadeOutText ( TextType type ) : void
FlipInText ( TextType type ) : void
FlipOutText ( TextType type ) : void
HighlightBullet ( int index ) : void
HighlightCodeChunks ( int chunks ) : void
SetChapterTitle ( string title ) : SCNNode
SetSubtitle ( string title ) : SCNNode
SetTitle ( string title ) : SCNNode
SlideTextManager ( ) : System

Private Methods

Méthode Description
AddText ( string message, TextType type, int level ) : SCNNode
ColorForTextType ( TextType type, int level ) : NSColor
ExtrusionDepthForTextType ( TextType type ) : float
FontCGSizeorTextType ( TextType type, int level ) : float
FontForTextType ( TextType type, int level ) : NSFont
LineHeightForTextType ( TextType type, int level ) : float
NodeWithCode ( string code ) : SCNNode
NodeWithText ( string message, TextType type, int level ) : SCNNode
TextContainerForType ( TextType type ) : SCNNode

Method Details

AddBulletAtLevel() public méthode

public AddBulletAtLevel ( string text, int level ) : SCNNode
text string
level int
Résultat SCNNode

AddCode() public méthode

public AddCode ( string text ) : SCNNode
text string
Résultat SCNNode

AddEmptyLine() public méthode

public AddEmptyLine ( ) : void
Résultat void

AddTextAtLevel() public méthode

public AddTextAtLevel ( string text, int level ) : SCNNode
text string
level int
Résultat SCNNode

FadeOutText() public méthode

public FadeOutText ( TextType type ) : void
type TextType
Résultat void

FlipInText() public méthode

public FlipInText ( TextType type ) : void
type TextType
Résultat void

FlipOutText() public méthode

public FlipOutText ( TextType type ) : void
type TextType
Résultat void

HighlightBullet() public méthode

public HighlightBullet ( int index ) : void
index int
Résultat void

HighlightCodeChunks() public méthode

public HighlightCodeChunks ( int chunks ) : void
chunks int
Résultat void

SetChapterTitle() public méthode

public SetChapterTitle ( string title ) : SCNNode
title string
Résultat SCNNode

SetSubtitle() public méthode

public SetSubtitle ( string title ) : SCNNode
title string
Résultat SCNNode

SetTitle() public méthode

public SetTitle ( string title ) : SCNNode
title string
Résultat SCNNode

SlideTextManager() public méthode

public SlideTextManager ( ) : System
Résultat System