C# 클래스 BuildItArSample.UWP.MainPage

An empty page that can be used on its own or navigated to within a Frame.
파일 보기 프로젝트 열기: builttoroam/BuildIt

공개 메소드들

메소드 설명
MainPage ( ) : System

보호된 메소드들

메소드 설명
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

비공개 메소드들

메소드 설명
Application_Resuming ( object sender, object e ) : void
Application_Suspending ( object sender, SuspendingEventArgs e ) : void
DisplayInformation_OrientationChanged ( DisplayInformation sender, object args ) : void
Geolocator_PositionChanged ( Geolocator sender, PositionChangedEventArgs args ) : void
InitializeWorld ( ) : void
PopulateWorld ( ) : void
UpdateElementsOnScreen ( double roll, double pitch, double yaw ) : void
UpdateLocation ( Geoposition position ) : void

메소드 상세

MainPage() 공개 메소드

public MainPage ( ) : System
리턴 System

OnNavigatedFrom() 보호된 메소드

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
리턴 void

OnNavigatedTo() 보호된 메소드

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
리턴 void