C# Class InspectorMethodsExamples, unity-development-tools

Inheritance: MonoBehaviour
Afficher le fichier Open project: heisarzola/Unity-Development-Tools

Méthodes publiques

Méthode Description
MethodOne ( bool myBool ) : void
MethodThree ( ) : void
MethodTwo ( string testString ) : void

Method Details

MethodOne() public méthode

public MethodOne ( bool myBool ) : void
myBool bool
Résultat void

MethodThree() public méthode

public MethodThree ( ) : void
Résultat void

MethodTwo() public méthode

public MethodTwo ( string testString ) : void
testString string
Résultat void