C# Class InspectorMethodsExamples, unity-development-tools

Inheritance: MonoBehaviour
Show file Open project: heisarzola/Unity-Development-Tools

Public Methods

Method Description
MethodOne ( bool myBool ) : void
MethodThree ( ) : void
MethodTwo ( string testString ) : void

Method Details

MethodOne() public method

public MethodOne ( bool myBool ) : void
myBool bool
return void

MethodThree() public method

public MethodThree ( ) : void
return void

MethodTwo() public method

public MethodTwo ( string testString ) : void
testString string
return void