Our new developer documentation is now available. Please check it out!
RoomCollection.CopyTo
public void CopyTo(Room[] array, int arrayIndex)
Copies rooms of the collection to an array
Parameters
Name | Type | Description |
---|---|---|
array | Room[] | target array |
arrayIndex | Int32 | array offset |