C# 클래스 UnityEngine.Flash.ActionScript

상속: Object
파일 보기 프로젝트 열기: randomize/VimConfig

공개 메소드들

메소드 설명
ActionScript ( )
Expression ( string formatString, Object arguments ) : T
Import ( string package ) : void
Statement ( string formatString, Object arguments ) : void

메소드 상세

ActionScript() 공개 메소드

public ActionScript ( )

Expression() 공개 정적인 메소드

public static Expression ( string formatString, Object arguments ) : T
formatString string
arguments Object
리턴 T

Import() 공개 정적인 메소드

public static Import ( string package ) : void
package string
리턴 void

Statement() 공개 정적인 메소드

public static Statement ( string formatString, Object arguments ) : void
formatString string
arguments Object
리턴 void