C# Class FlagPole, NewTOAPIA

Inheritance: MonoBehaviour
显示文件 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
FlagPole ( float xbase, float ybase, float zbase, float height, float size ) : System

Protected Methods

Method Description
RenderContent ( GraphicsInterface gi ) : void

Method Details

FlagPole() public method

public FlagPole ( float xbase, float ybase, float zbase, float height, float size ) : System
xbase float
ybase float
zbase float
height float
size float
return System

RenderContent() protected method

protected RenderContent ( GraphicsInterface gi ) : void
gi GraphicsInterface
return void