C# 클래스 SceneKitSessionWWDC2013.SlideTextManager

파일 보기 프로젝트 열기: xamarin/mac-samples 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddText SCNNode
ColorForTextType NSColor
ExtrusionDepthForTextType float
FontCGSizeorTextType float
FontForTextType NSFont
LineHeightForTextType float
NodeWithCode SCNNode
NodeWithText SCNNode
TextContainerForType SCNNode

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AddBulletAtLevel() 공개 메소드

public AddBulletAtLevel ( string text, int level ) : SCNNode
text string
level int
리턴 SCNNode

AddCode() 공개 메소드

public AddCode ( string text ) : SCNNode
text string
리턴 SCNNode

AddEmptyLine() 공개 메소드

public AddEmptyLine ( ) : void
리턴 void

AddTextAtLevel() 공개 메소드

public AddTextAtLevel ( string text, int level ) : SCNNode
text string
level int
리턴 SCNNode

FadeOutText() 공개 메소드

public FadeOutText ( TextType type ) : void
type TextType
리턴 void

FlipInText() 공개 메소드

public FlipInText ( TextType type ) : void
type TextType
리턴 void

FlipOutText() 공개 메소드

public FlipOutText ( TextType type ) : void
type TextType
리턴 void

HighlightBullet() 공개 메소드

public HighlightBullet ( int index ) : void
index int
리턴 void

HighlightCodeChunks() 공개 메소드

public HighlightCodeChunks ( int chunks ) : void
chunks int
리턴 void

SetChapterTitle() 공개 메소드

public SetChapterTitle ( string title ) : SCNNode
title string
리턴 SCNNode

SetSubtitle() 공개 메소드

public SetSubtitle ( string title ) : SCNNode
title string
리턴 SCNNode

SetTitle() 공개 메소드

public SetTitle ( string title ) : SCNNode
title string
리턴 SCNNode

SlideTextManager() 공개 메소드

public SlideTextManager ( ) : System
리턴 System