C# Class UnityEngine.Flash.ActionScript

Inheritance: Object
Afficher le fichier Open project: randomize/VimConfig

Méthodes publiques

Méthode Description
ActionScript ( )
Expression ( string formatString, Object arguments ) : T
Import ( string package ) : void
Statement ( string formatString, Object arguments ) : void

Method Details

ActionScript() public méthode

public ActionScript ( )

Expression() public static méthode

public static Expression ( string formatString, Object arguments ) : T
formatString string
arguments Object
Résultat T

Import() public static méthode

public static Import ( string package ) : void
package string
Résultat void

Statement() public static méthode

public static Statement ( string formatString, Object arguments ) : void
formatString string
arguments Object
Résultat void