C# Class DrawLine, UnityRose
显示文件
Open project: osROSE/UnityRose
Class Usage Examples
Public Properties
Property |
Type |
Description |
|
p0 |
Transform |
|
|
p1 |
Transform |
|
|
Public Methods
Method Details
public OnGUI ( ) : void |
return |
void |
|
public Start ( ) : void |
return |
void |
|
public Update ( ) : void |
return |
void |
|
Property Details
public Transform p0 |
return |
Transform |
|
public Transform p1 |
return |
Transform |
|