Actually this sounds like a job best suited for inheritance. Have a parent class called book with all they key functions of what you need the book to do. Then have each child be a different book with different text, model, texture, etc.
Actually this sounds like a job best suited for inheritance. Have a parent class called book with all they key functions of what you need the book to do. Then have each child be a different book with different text, model, texture, etc.