Class MyPublicRuntimeExampleClass
Provide a general description of the public class.
Inheritance
System.Object
MyPublicRuntimeExampleClass
Namespace: Unity.UIWidgets
Syntax
public class MyPublicRuntimeExampleClass
Remarks
Packages require XmlDoc documentation for ALL Package APIs. https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/xmldoc/xml-documentation-comments
Methods
CountThingsAndDoStuff(Int32, Int32, Boolean)
Provide a description of what this private method does.
Declaration
public int CountThingsAndDoStuff(int parameter1, int parameter2, bool parameter3)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | parameter1 | Description of parameter 1 |
System.Int32 | parameter2 | Description of parameter 2 |
System.Boolean | parameter3 | Description of parameter 3 |
Returns
Type | Description |
---|---|
System.Int32 | Description of what the function returns |