Property | Type | Description | |
---|---|---|---|
partPrefab | GameObject |
Method | Description | |
---|---|---|
MakePart ( Vector2 offset, Vector2 pos, float angle, int team = -1 ) : void | ||
PartSpawned ( SimpleNetworkedMonoBehavior part ) : void | ||
ProducePart ( GameInfo, gameInfo, GameObject myGO, int amount = 1 ) : void | ||
Start ( ) : void |
public MakePart ( Vector2 offset, Vector2 pos, float angle, int team = -1 ) : void | ||
offset | Vector2 | |
pos | Vector2 | |
angle | float | |
team | int | |
return | void |
public PartSpawned ( SimpleNetworkedMonoBehavior part ) : void | ||
part | SimpleNetworkedMonoBehavior | |
return | void |
public ProducePart ( GameInfo, gameInfo, GameObject myGO, int amount = 1 ) : void | ||
gameInfo | GameInfo, | |
myGO | GameObject | |
amount | int | |
return | void |