Hierarchy

  • TextureUnion

Properties

Properties

tex?: {
    $case: "texture";
    texture: Texture;
} | {
    $case: "avatarTexture";
    avatarTexture: AvatarTexture;
} | {
    $case: "videoTexture";
    videoTexture: VideoTexture;
}