C# Class SharpVectors.Scripting.ScriptableEvent

Implementation wrapper for IScriptableEvent
Inheritance: ScriptableObject, IScriptableEvent
Afficher le fichier Open project: codebutler/savagesvg

Méthodes publiques

Méthode Description
ScriptableEvent ( object baseObject ) : System
initEvent ( string eventTypeArg, bool canBubbleArg, bool cancelableArg ) : void
preventDefault ( ) : void
stopPropagation ( ) : void

Method Details

ScriptableEvent() public méthode

public ScriptableEvent ( object baseObject ) : System
baseObject object
Résultat System

initEvent() public méthode

public initEvent ( string eventTypeArg, bool canBubbleArg, bool cancelableArg ) : void
eventTypeArg string
canBubbleArg bool
cancelableArg bool
Résultat void

preventDefault() public méthode

public preventDefault ( ) : void
Résultat void

stopPropagation() public méthode

public stopPropagation ( ) : void
Résultat void