C# Class RoomParts.DoorPart

Inheritance: RoomParts.RoomPart
Exibir arquivo Open project: Zelgunn/Unity3DTools Class Usage Examples

Public Methods

Method Description
Configure ( Transform parent, string partName, Vector2 size, bool makeStatic = true ) : void

Method Details

Configure() public method

public Configure ( Transform parent, string partName, Vector2 size, bool makeStatic = true ) : void
parent Transform
partName string
size Vector2
makeStatic bool
return void