8 lines
133 B
TypeScript
8 lines
133 B
TypeScript
|
|
import { UUID } from '../UUID';
|
||
|
|
|
||
|
|
export class RenderMaterialParam
|
||
|
|
{
|
||
|
|
public textureIndex: number;
|
||
|
|
public textureUUID: UUID;
|
||
|
|
}
|