C# 클래스 DFTubeSetting, 3DGameCoursera

파일 보기 프로젝트 열기: pfiguero/3DGameCoursera

공개 프로퍼티들

프로퍼티 타입 설명
DEFAULT_SAVE_FOLDER string
saveFolder string
stepAngle float
stepPercent float

공개 메소드들

메소드 설명
FromBase64 ( string s ) : string
Load ( ) : void
Save ( ) : void
ToBase64 ( string s ) : string

메소드 상세

FromBase64() 공개 정적인 메소드

public static FromBase64 ( string s ) : string
s string
리턴 string

Load() 공개 메소드

public Load ( ) : void
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

ToBase64() 공개 정적인 메소드

public static ToBase64 ( string s ) : string
s string
리턴 string

프로퍼티 상세

DEFAULT_SAVE_FOLDER 공개적으로 정적으로 프로퍼티

public static string DEFAULT_SAVE_FOLDER
리턴 string

saveFolder 공개적으로 프로퍼티

public string saveFolder
리턴 string

stepAngle 공개적으로 프로퍼티

public float stepAngle
리턴 float

stepPercent 공개적으로 프로퍼티

public float stepPercent
리턴 float