C# Class UIBtnWWW, marblemadness

Inheritance: UIButton
Afficher le fichier Open project: MtvnGames/marblemadness Class Usage Examples

Méthodes publiques

Свойство Type Description
URL string

Méthodes publiques

Méthode Description
Copy ( SpriteRoot, s ) : void
Copy ( SpriteRoot, s, ControlCopyFlags flags ) : void
Create ( string name, Vector3 pos ) : UIBtnWWW,

Creates a GameObject and attaches this component type to it.

Create ( string name, Vector3 pos, Quaternion rotation ) : UIBtnWWW,

Creates a GameObject and attaches this component type to it.

OnInput ( POINTER_INFO, &ptr ) : void

Méthodes protégées

Méthode Description
DoURL ( ) : void

Method Details

Copy() public méthode

public Copy ( SpriteRoot, s ) : void
s SpriteRoot,
Résultat void

Copy() public méthode

public Copy ( SpriteRoot, s, ControlCopyFlags flags ) : void
s SpriteRoot,
flags ControlCopyFlags
Résultat void

Create() static public méthode

Creates a GameObject and attaches this component type to it.
static public Create ( string name, Vector3 pos ) : UIBtnWWW,
name string Name to give to the new GameObject.
pos Vector3 Position, in world space, where the new object should be created.
Résultat UIBtnWWW,

Create() static public méthode

Creates a GameObject and attaches this component type to it.
static public Create ( string name, Vector3 pos, Quaternion rotation ) : UIBtnWWW,
name string Name to give to the new GameObject.
pos Vector3 Position, in world space, where the new object should be created.
rotation Quaternion Rotation of the object.
Résultat UIBtnWWW,

DoURL() protected méthode

protected DoURL ( ) : void
Résultat void

OnInput() public méthode

public OnInput ( POINTER_INFO, &ptr ) : void
ptr POINTER_INFO,
Résultat void

Property Details

URL public_oe property

URL to be opened when the button is clicked.
public string URL
Résultat string