C# Class WTSquareMaker, FutilePrototyper

Inheritance: MonoBehaviour
显示文件 Open project: wtrebella/FutilePrototyper

Public Methods

Method Description
Square ( float width, float height ) : FSprite,
Square ( float width, float height, Color color ) : FSprite,

Method Details

Square() public static method

public static Square ( float width, float height ) : FSprite,
width float
height float
return FSprite,

Square() public static method

public static Square ( float width, float height, Color color ) : FSprite,
width float
height float
color Color
return FSprite,