BoundTexture constructor
BoundTexture(
- dynamic type,
- dynamic texture
Implementation
BoundTexture(type, texture) {
type = type;
texture = texture;
}
BoundTexture(type, texture) {
type = type;
texture = texture;
}